#7F6000

Color #7F6000 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #7F6000

Tints of Raw Umber #7F6000

Color information

#7F6000 (or 0x7F6000) is unknown color: approx Raw Umber. HEX triplet: 7F, 60 and 00. RGB value is (127,96,0). Sum of RGB (Red+Green+Blue) = 127+96+0=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6000 is #809FFF. Grayscale: #5E5E5E. Windows color (decimal): -8429568 or 24703. OLE color: 24703.

HSL color Cylindrical-coordinate representation of color #7F6000: hue angle of 45.35º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F6000 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB127960-
CMYK00.2410.50
HSL45.35º100%24.9%-
HSV(B)45.35º100%49.8%-
XYZ12.9412.881.8-
YUV94.3274.77151.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 56.95%
GREEN value IS 96 (37.89% from 255) = 43.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.95%
G=43.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12796000.2410.5045.3510024.9
Hex7F60001864322d6419
Octal1771400030144625514431
Binary1111111110000000110001100100110010101101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F6000; }

 p { color: rgb(127,96,0); }

 H1.HeaderClassName
 {
   color: #7F6000;
 }
 .AnyTagClassName
 {
   color: #7F6000;
 }
</style>
background-color css

<style>
 a { background-color: #7F6000; }

 a { background-color: rgb(127,96,0); }

 div.DivClassName
 {
   background-color: #7F6000;
 }
 .BgClassName
 {
   background-color: #7F6000;
 }
</style>
border-color css

<style>
 span { border-color: #7F6000; }

 span { border-color: rgb(127,96,0); }

 td.TdClassName
 {
   border-color: #7F6000;
 }
 .TagClassName
 {
   border-color: #7F6000;
 }
</style>