Shades of Raw Umber #764E0E
Tints of Raw Umber #764E0E
RGB
CMYK
RGB Variations
Color information
#764E0E (or 0x764E0E) is known color: Raw Umber. HEX triplet: 76, 4E and 0E. RGB value is (118,78,14). Sum of RGB (Red+Green+Blue) = 118+78+14=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #764E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764E0E is #89B1F1. Grayscale: #525252. Windows color (decimal): -9023986 or 937590. OLE color: 937590.
HSL color Cylindrical-coordinate representation of color #764E0E: hue angle of 36.92º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #764E0E is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 14 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.54 |
| HSL | 36.92º | 0.79% | 0.26% | - |
| HSV(B) | 36.92º | 0.88% | 0.46% | - |
| XYZ | 10.27 | 9.33 | 1.68 | - |
| YUV | 82.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 14 | 0 | 0.34 | 0.88 | 0.54 | 36.92 | 0.79 | 0.26 |
| Hex | 76 | 4E | E | 0 | 22 | 58 | 36 | 25 | 4F | 1A |
| Octal | 166 | 116 | 16 | 0 | 42 | 130 | 66 | 45 | 117 | 32 |
| Binary | 1110110 | 1001110 | 1110 | 0 | 100010 | 1011000 | 110110 | 100101 | 1001111 | 11010 |
Color Harmonies of #764E0E
Complementary color
Monochromatic Colors of #764E0E
Black with #764E0E
Text Example
Text Example
White with #764E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E0E; }
p { color: rgb(118,78,14); }
H1.HeaderClassName
{
color: #764E0E;
}
.AnyTagClassName
{
color: #764E0E;
}
</style>
background-color css
<style>
a { background-color: #764E0E; }
a { background-color: rgb(118,78,14); }
div.DivClassName
{
background-color: #764E0E;
}
.BgClassName
{
background-color: #764E0E;
}
</style>
border-color css
<style>
span { border-color: #764E0E; }
span { border-color: rgb(118,78,14); }
td.TdClassName
{
border-color: #764E0E;
}
.TagClassName
{
border-color: #764E0E;
}
</style>