# File lib/color/grayscale.rb, line 67 67: def html 68: gs = "%02x" % to_255 69: "##{gs * 3}" 70: end