#764E0A

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

Shades of Raw Umber #764E0A

Tints of Raw Umber #764E0A

Color information

#764E0A (or 0x764E0A) is unknown color: approx Raw Umber. HEX triplet: 76, 4E and 0A. RGB value is (118,78,10). Sum of RGB (Red+Green+Blue) = 118+78+10=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #764E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764E0A is #89B1F5. Grayscale: #525252. Windows color (decimal): -9023990 or 675446. OLE color: 675446.

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

Color convert

RGB1187810-
CMYK00.340.920.54
HSL37.78º84.38%25.1%-
HSV(B)37.78º91.53%46.27%-
XYZ10.259.321.55-
YUV82.2187.25153.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.28%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 10 (4.30% from 255) = 4.85%
R=57.28%
G=37.86%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118781000.340.920.5437.7884.3825.1
Hex764EA0225C36265419
Octal16611612042134664612431
Binary11101101001110101001000101011100110110100110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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