Is it possible to determine if a given image is grayscale or color using JavaScript?
Take a look at http://www.pixastic.com/lib/docs/actions/colorhistogram/
This will easily provide the data you need to determine this.