Shades of Raw Umber #774F11
Tints of Raw Umber #774F11
RGB
CMYK
RGB Variations
Color information
#774F11 (or 0x774F11) is known color: Raw Umber. HEX triplet: 77, 4F and 11. RGB value is (119,79,17). Sum of RGB (Red+Green+Blue) = 119+79+17=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #774F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774F11 is #88B0EE. Grayscale: #545454. Windows color (decimal): -8958191 or 1134455. OLE color: 1134455.
HSL color Cylindrical-coordinate representation of color #774F11: hue angle of 36.47º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #774F11 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 79 | 17 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.53 |
| HSL | 36.47º | 0.75% | 0.27% | - |
| HSV(B) | 36.47º | 0.86% | 0.47% | - |
| XYZ | 10.5 | 9.55 | 1.82 | - |
| YUV | 83.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 17 | 0 | 0.34 | 0.86 | 0.53 | 36.47 | 0.75 | 0.27 |
| Hex | 77 | 4F | 11 | 0 | 22 | 56 | 35 | 24 | 4B | 1B |
| Octal | 167 | 117 | 21 | 0 | 42 | 126 | 65 | 44 | 113 | 33 |
| Binary | 1110111 | 1001111 | 10001 | 0 | 100010 | 1010110 | 110101 | 100100 | 1001011 | 11011 |
Color Harmonies of #774F11
Complementary color
Monochromatic Colors of #774F11
Black with #774F11
Text Example
Text Example
White with #774F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774F11; }
p { color: rgb(119,79,17); }
H1.HeaderClassName
{
color: #774F11;
}
.AnyTagClassName
{
color: #774F11;
}
</style>
background-color css
<style>
a { background-color: #774F11; }
a { background-color: rgb(119,79,17); }
div.DivClassName
{
background-color: #774F11;
}
.BgClassName
{
background-color: #774F11;
}
</style>
border-color css
<style>
span { border-color: #774F11; }
span { border-color: rgb(119,79,17); }
td.TdClassName
{
border-color: #774F11;
}
.TagClassName
{
border-color: #774F11;
}
</style>