#764D0C

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

Shades of Raw Umber #764D0C

Tints of Raw Umber #764D0C

Color information

#764D0C (or 0x764D0C) is unknown color: approx Raw Umber. HEX triplet: 76, 4D and 0C. RGB value is (118,77,12). Sum of RGB (Red+Green+Blue) = 118+77+12=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #764D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764D0C is #89B2F3. Grayscale: #525252. Windows color (decimal): -9024244 or 806262. OLE color: 806262.

HSL color Cylindrical-coordinate representation of color #764D0C: hue angle of 36.79º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #764D0C is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB1187712-
CMYK00.350.900.54
HSL36.79º81.54%25.49%-
HSV(B)36.79º89.83%46.27%-
XYZ10.199.191.58-
YUV81.8588.58153.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 77 (30.47% from 255) = 37.20%
BLUE value IS 12 (5.08% from 255) = 5.80%
R=57.00%
G=37.20%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118771200.350.900.5436.7981.5425.49
Hex764DC0235A36255219
Octal16611514043132664512231
Binary11101101001101110001000111011010110110100101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,77,12); }

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

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

 a { background-color: rgb(118,77,12); }

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

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

 span { border-color: rgb(118,77,12); }

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