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