#888c8c color space conversions
Hex:
        #888c8c
        RGB:
        136, 140, 140
        CMY:
        47, 45, 45
        CMYK:
        3, 0, 0, 45
      HSL:
        180°, 1.7094%, 54.1176%
        HSV (HSB):
        180°, 2.8571%, 54.9020%
        XYZ:
        24.2651, 25.8839, 28.5281
        xyY:
        0.3084, 0.3290, 25.8839
      CIE-Lab:
        57.9266, -1.4607, -0.5180
        CIE-LCH:
        57.9266, 1.5498, 199.5253
        CIE-Luv:
        57.9266, -2.2454, -0.4944
        Hunter-Lab:
        50.8762, -3.8989, 2.3673
      #888c8c color charts
#888c8c RGB chart
      #888c8c CMYK chart
      #888c8c RGB pie chart
      #888c8c color shades, tints & tones
#888c8c color schemes
#888c8c color preview, HTML & CSS examples
           This text has a color of #888c8c        
        
          <p style="color:#888c8c;">Text here</p>
        
        
          .mytext {color:#888c8c;}
        
        Text color #888c8c
      
           This box has a color of #888c8c        
        
          <div style="background-color:#888c8c;">Content here</div>
        
        
          .mybackground {background-color:#888c8c;}
        
        Background color #888c8c
      
           Border around this has a color of #888c8c        
        
          <div style="border:2px solid #888c8c;">Content here</div>
        
        
          .myborder {border:2px solid #888c8c;}
        
        Border color #888c8c