GRAYSCALE / GREYSCALECreates a new color from the specified color by removing all saturation in the HSL color space. Suggest EditsSyntax =GRAYSCALE(color) =GREYSCALE(color) Arguments ArgumentTypeDescriptioncolorColorThe color to convert to grayscale. Examples =GRAYSCALE("#00ff00") #808080ff Converts the color #00ff00ff to grayscale. =GRAYSCALE("#1071e5") #7b7b7bff Converts the color #1071e5ff to grayscale.Updated 3 months ago Table of Contents Syntax Arguments Examples