#777f8f color space conversions
Hex:
        #777f8f
        RGB:
        119, 127, 143
        CMY:
        53, 50, 44
        CMYK:
        17, 11, 0, 44
      HSL:
        220°, 9.6774%, 51.3725%
        HSV (HSB):
        220°, 16.7832%, 56.0784%
        XYZ:
        20.1550, 21.0839, 28.9939
        xyY:
        0.2870, 0.3002, 21.0839
      CIE-Lab:
        53.0411, 0.5705, -9.6340
        CIE-LCH:
        53.0411, 9.6509, 273.3891
        CIE-Luv:
        53.0411, -5.1205, -13.9022
        Hunter-Lab:
        45.9172, -2.0036, -5.2960
      #777f8f color charts
#777f8f RGB chart
      #777f8f CMYK chart
      #777f8f RGB pie chart
      #777f8f color shades, tints & tones
#777f8f color schemes
#777f8f color preview, HTML & CSS examples
           This text has a color of #777f8f        
        
          <p style="color:#777f8f;">Text here</p>
        
        
          .mytext {color:#777f8f;}
        
        Text color #777f8f
      
           This box has a color of #777f8f        
        
          <div style="background-color:#777f8f;">Content here</div>
        
        
          .mybackground {background-color:#777f8f;}
        
        Background color #777f8f
      
           Border around this has a color of #777f8f        
        
          <div style="border:2px solid #777f8f;">Content here</div>
        
        
          .myborder {border:2px solid #777f8f;}
        
        Border color #777f8f