class Term::ANSIColor::RGBTriple

def gray?

def gray?
  red != 0 && red != 0xff && red == green && green == blue && blue == red
end