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