#764E08

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

Shades of Raw Umber #764E08

Tints of Raw Umber #764E08

Color information

#764E08 (or 0x764E08) is unknown color: approx Raw Umber. HEX triplet: 76, 4E and 08. RGB value is (118,78,8). Sum of RGB (Red+Green+Blue) = 118+78+8=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #764E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764E08 is #89B1F7. Grayscale: #525252. Windows color (decimal): -9023992 or 544374. OLE color: 544374.

HSL color Cylindrical-coordinate representation of color #764E08: hue angle of 38.18º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #764E08 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB118788-
CMYK00.340.930.54
HSL38.18º87.3%24.71%-
HSV(B)38.18º93.22%46.27%-
XYZ10.249.321.49-
YUV81.9886.25153.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.84%
GREEN value IS 78 (30.86% from 255) = 38.24%
BLUE value IS 8 (3.52% from 255) = 3.92%
R=57.84%
G=38.24%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11878800.340.930.5438.1887.324.71
Hex764E80225D36265719
Octal16611610042135664612731
Binary11101101001110100001000101011101110110100110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764E08; }

 p { color: rgb(118,78,8); }

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

<style>
 a { background-color: #764E08; }

 a { background-color: rgb(118,78,8); }

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

<style>
 span { border-color: #764E08; }

 span { border-color: rgb(118,78,8); }

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