html, body {
  -webkit-filter: grayscale(100%); /* Safari, Chrome, and older Opera */
  filter: grayscale(100%);         /* Standard syntax */
}