Shades of Raw Umber #774E08
Tints of Raw Umber #774E08
RGB
CMYK
RGB Variations
Color information
#774E08 (or 0x774E08) is known color: Raw Umber. HEX triplet: 77, 4E and 08. RGB value is (119,78,8). Sum of RGB (Red+Green+Blue) = 119+78+8=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #774E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774E08 is #88B1F7. Grayscale: #525252. Windows color (decimal): -8958456 or 544375. OLE color: 544375.
HSL color Cylindrical-coordinate representation of color #774E08: hue angle of 37.84º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #774E08 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 8 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.53 |
| HSL | 37.84º | 0.87% | 0.25% | - |
| HSV(B) | 37.84º | 0.93% | 0.47% | - |
| XYZ | 10.38 | 9.39 | 1.49 | - |
| YUV | 82.28 | 86.08 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 8 | 0 | 0.34 | 0.93 | 0.53 | 37.84 | 0.87 | 0.25 |
| Hex | 77 | 4E | 8 | 0 | 22 | 5D | 35 | 26 | 57 | 19 |
| Octal | 167 | 116 | 10 | 0 | 42 | 135 | 65 | 46 | 127 | 31 |
| Binary | 1110111 | 1001110 | 1000 | 0 | 100010 | 1011101 | 110101 | 100110 | 1010111 | 11001 |
Color Harmonies of #774E08
Complementary color
Monochromatic Colors of #774E08
Black with #774E08
Text Example
Text Example
White with #774E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E08; }
p { color: rgb(119,78,8); }
H1.HeaderClassName
{
color: #774E08;
}
.AnyTagClassName
{
color: #774E08;
}
</style>
background-color css
<style>
a { background-color: #774E08; }
a { background-color: rgb(119,78,8); }
div.DivClassName
{
background-color: #774E08;
}
.BgClassName
{
background-color: #774E08;
}
</style>
border-color css
<style>
span { border-color: #774E08; }
span { border-color: rgb(119,78,8); }
td.TdClassName
{
border-color: #774E08;
}
.TagClassName
{
border-color: #774E08;
}
</style>