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