# File lib/color/rgb.rb, line 272
  def to_grayscale
    Color::GrayScale.from_fraction(to_hsl.l)
  end