From the KoolReport 1.27.6, you can set color schemes for Google Charts. If you do not set then google charts will use its default color schemes
<?php
LineChart::create(array(
...
"colorScheme"=>array("#000","#444","#888","#ccc");
...
))
?>
Now your charts will appear in gray color scale.