Shades of Raw Umber #774E06
Tints of Raw Umber #774E06
RGB
CMYK
RGB Variations
Color information
#774E06 (or 0x774E06) is known color: Raw Umber. HEX triplet: 77, 4E and 06. RGB value is (119,78,6). Sum of RGB (Red+Green+Blue) = 119+78+6=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #774E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774E06 is #88B1F9. Grayscale: #525252. Windows color (decimal): -8958458 or 413303. OLE color: 413303.
HSL color Cylindrical-coordinate representation of color #774E06: hue angle of 38.23º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #774E06 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 6 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.53 |
| HSL | 38.23º | 0.9% | 0.25% | - |
| HSV(B) | 38.23º | 0.95% | 0.47% | - |
| XYZ | 10.37 | 9.38 | 1.44 | - |
| YUV | 82.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 6 | 0 | 0.34 | 0.95 | 0.53 | 38.23 | 0.9 | 0.25 |
| Hex | 77 | 4E | 6 | 0 | 22 | 5F | 35 | 26 | 5A | 19 |
| Octal | 167 | 116 | 6 | 0 | 42 | 137 | 65 | 46 | 132 | 31 |
| Binary | 1110111 | 1001110 | 110 | 0 | 100010 | 1011111 | 110101 | 100110 | 1011010 | 11001 |
Color Harmonies of #774E06
Complementary color
Monochromatic Colors of #774E06
Black with #774E06
Text Example
Text Example
White with #774E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E06; }
p { color: rgb(119,78,6); }
H1.HeaderClassName
{
color: #774E06;
}
.AnyTagClassName
{
color: #774E06;
}
</style>
background-color css
<style>
a { background-color: #774E06; }
a { background-color: rgb(119,78,6); }
div.DivClassName
{
background-color: #774E06;
}
.BgClassName
{
background-color: #774E06;
}
</style>
border-color css
<style>
span { border-color: #774E06; }
span { border-color: rgb(119,78,6); }
td.TdClassName
{
border-color: #774E06;
}
.TagClassName
{
border-color: #774E06;
}
</style>