#foo {
  color: saturate(0.03);
  color: saturate(0.7);
  -webkit-filter: grayscale(0.03);
  -webkit-filter: grayscale(0.7);
}
