#7f000e color space conversions
Hex:
        #7f000e
        RGB:
        127, 0, 14
        CMY:
        50, 100, 95
        CMYK:
        0, 100, 89, 50
      HSL:
        353°, 100.0000%, 24.9020%
        HSV (HSB):
        353°, 100.0000%, 49.8039%
        XYZ:
        8.8317, 4.5437, 0.8270
        xyY:
        0.6218, 0.3199, 4.5437
      CIE-Lab:
        25.3932, 48.0479, 31.9523
        CIE-LCH:
        25.3932, 57.7023, 33.6242
        CIE-Luv:
        25.3932, 81.4371, 15.2681
        Hunter-Lab:
        21.3160, 36.6531, 12.6209
      #7f000e color charts
#7f000e RGB chart
      #7f000e CMYK chart
      #7f000e RGB pie chart
      #7f000e color shades, tints & tones
#7f000e color schemes
#7f000e color preview, HTML & CSS examples
           This text has a color of #7f000e        
        
          <p style="color:#7f000e;">Text here</p>
        
        
          .mytext {color:#7f000e;}
        
        Text color #7f000e
      
           This box has a color of #7f000e        
        
          <div style="background-color:#7f000e;">Content here</div>
        
        
          .mybackground {background-color:#7f000e;}
        
        Background color #7f000e
      
           Border around this has a color of #7f000e        
        
          <div style="border:2px solid #7f000e;">Content here</div>
        
        
          .myborder {border:2px solid #7f000e;}
        
        Border color #7f000e