Shades of Raw Umber #764E08
Tints of Raw Umber #764E08
RGB
CMYK
RGB Variations
Color information
#764E08 (or 0x764E08) is known color: Raw Umber. HEX triplet: 76, 4E and 08. RGB value is (118,78,8). Sum of RGB (Red+Green+Blue) = 118+78+8=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #764E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764E08 is #89B1F7. Grayscale: #525252. Windows color (decimal): -9023992 or 544374. OLE color: 544374.
HSL color Cylindrical-coordinate representation of color #764E08: hue angle of 38.18º 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 #764E08 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 8 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.54 |
| HSL | 38.18º | 0.87% | 0.25% | - |
| HSV(B) | 38.18º | 0.93% | 0.46% | - |
| XYZ | 10.24 | 9.32 | 1.49 | - |
| YUV | 81.98 | 86.25 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 8 | 0 | 0.34 | 0.93 | 0.54 | 38.18 | 0.87 | 0.25 |
| Hex | 76 | 4E | 8 | 0 | 22 | 5D | 36 | 26 | 57 | 19 |
| Octal | 166 | 116 | 10 | 0 | 42 | 135 | 66 | 46 | 127 | 31 |
| Binary | 1110110 | 1001110 | 1000 | 0 | 100010 | 1011101 | 110110 | 100110 | 1010111 | 11001 |
Color Harmonies of #764E08
Complementary color
Monochromatic Colors of #764E08
Black with #764E08
Text Example
Text Example
White with #764E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E08; }
p { color: rgb(118,78,8); }
H1.HeaderClassName
{
color: #764E08;
}
.AnyTagClassName
{
color: #764E08;
}
</style>
background-color css
<style>
a { background-color: #764E08; }
a { background-color: rgb(118,78,8); }
div.DivClassName
{
background-color: #764E08;
}
.BgClassName
{
background-color: #764E08;
}
</style>
border-color css
<style>
span { border-color: #764E08; }
span { border-color: rgb(118,78,8); }
td.TdClassName
{
border-color: #764E08;
}
.TagClassName
{
border-color: #764E08;
}
</style>