Shades of Raw Umber #764F0E
Tints of Raw Umber #764F0E
RGB
CMYK
RGB Variations
Color information
#764F0E (or 0x764F0E) is known color: Raw Umber. HEX triplet: 76, 4F and 0E. RGB value is (118,79,14). Sum of RGB (Red+Green+Blue) = 118+79+14=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #764F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764F0E is #89B0F1. Grayscale: #535353. Windows color (decimal): -9023730 or 937846. OLE color: 937846.
HSL color Cylindrical-coordinate representation of color #764F0E: hue angle of 37.5º 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 #764F0E is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 79 | 14 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.54 |
| HSL | 37.5º | 0.79% | 0.26% | - |
| HSV(B) | 37.5º | 0.88% | 0.46% | - |
| XYZ | 10.35 | 9.48 | 1.7 | - |
| YUV | 83.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 14 | 0 | 0.33 | 0.88 | 0.54 | 37.5 | 0.79 | 0.26 |
| Hex | 76 | 4F | E | 0 | 21 | 58 | 36 | 26 | 4F | 1A |
| Octal | 166 | 117 | 16 | 0 | 41 | 130 | 66 | 46 | 117 | 32 |
| Binary | 1110110 | 1001111 | 1110 | 0 | 100001 | 1011000 | 110110 | 100110 | 1001111 | 11010 |
Color Harmonies of #764F0E
Complementary color
Monochromatic Colors of #764F0E
Black with #764F0E
Text Example
Text Example
White with #764F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F0E; }
p { color: rgb(118,79,14); }
H1.HeaderClassName
{
color: #764F0E;
}
.AnyTagClassName
{
color: #764F0E;
}
</style>
background-color css
<style>
a { background-color: #764F0E; }
a { background-color: rgb(118,79,14); }
div.DivClassName
{
background-color: #764F0E;
}
.BgClassName
{
background-color: #764F0E;
}
</style>
border-color css
<style>
span { border-color: #764F0E; }
span { border-color: rgb(118,79,14); }
td.TdClassName
{
border-color: #764F0E;
}
.TagClassName
{
border-color: #764F0E;
}
</style>