Is there a simple way to display a color bitmap in grayscale with just HTML/CSS?
HTML/CSS
It doesn\'t need to be IE-compatible (and I imagine it won\'t be) -- if
support for native CSS filters in webkit has been added from the current version 19.0.1084.46
so -webkit-filter: grayscale(1) will work and which is easier than SVG approach for webkit...