Change Post Title Color in Blogger
To do this, go to blogger dashboard >> Template >> Customise >> Advance >> scroll down and choose Add CSS.
.Post-title a { color: grey;}
Here I have set the color as grey. You can change grey to any other color of your choice.
To change the hover color, add the following line of code just after the
line of code given above.
.Post-title a:hover {color:yourcolor;}
To know more on customising post title color, refer my post Customise Blogger Post Title
Is not it that easy ? Do you know any other easier way ?
http://smartbloggertips.blogspot.gr/2013/11/add-background-color-to-post-titles-in.html
http://www.smartbloggerz.com/2008/08/add-background-image-to-post-titles/