#764F08

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

Shades of Raw Umber #764F08

Tints of Raw Umber #764F08

Color information

#764F08 (or 0x764F08) is unknown color: approx Raw Umber. HEX triplet: 76, 4F and 08. RGB value is (118,79,8). Sum of RGB (Red+Green+Blue) = 118+79+8=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #764F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764F08 is #89B0F7. Grayscale: #525252. Windows color (decimal): -9023736 or 544630. OLE color: 544630.

HSL color Cylindrical-coordinate representation of color #764F08: hue angle of 38.73º 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 #764F08 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB118798-
CMYK00.330.930.54
HSL38.73º87.3%24.71%-
HSV(B)38.73º93.22%46.27%-
XYZ10.319.461.51-
YUV82.5785.92153.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.56%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 8 (3.52% from 255) = 3.90%
R=57.56%
G=38.54%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11879800.330.930.5438.7387.324.71
Hex764F80215D36275719
Octal16611710041135664712731
Binary11101101001111100001000011011101110110100111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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