Shades of Raw Umber #774F14
Tints of Raw Umber #774F14
RGB
CMYK
RGB Variations
Color information
#774F14 (or 0x774F14) is known color: Raw Umber. HEX triplet: 77, 4F and 14. RGB value is (119,79,20). Sum of RGB (Red+Green+Blue) = 119+79+20=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #774F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774F14 is #88B0EB. Grayscale: #545454. Windows color (decimal): -8958188 or 1331063. OLE color: 1331063.
HSL color Cylindrical-coordinate representation of color #774F14: hue angle of 35.76º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #774F14 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 79 | 20 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.53 |
| HSL | 35.76º | 0.71% | 0.27% | - |
| HSV(B) | 35.76º | 0.83% | 0.47% | - |
| XYZ | 10.53 | 9.56 | 1.95 | - |
| YUV | 84.23 | 91.75 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 20 | 0 | 0.34 | 0.83 | 0.53 | 35.76 | 0.71 | 0.27 |
| Hex | 77 | 4F | 14 | 0 | 22 | 53 | 35 | 24 | 47 | 1B |
| Octal | 167 | 117 | 24 | 0 | 42 | 123 | 65 | 44 | 107 | 33 |
| Binary | 1110111 | 1001111 | 10100 | 0 | 100010 | 1010011 | 110101 | 100100 | 1000111 | 11011 |
Color Harmonies of #774F14
Complementary color
Monochromatic Colors of #774F14
Black with #774F14
Text Example
Text Example
White with #774F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774F14; }
p { color: rgb(119,79,20); }
H1.HeaderClassName
{
color: #774F14;
}
.AnyTagClassName
{
color: #774F14;
}
</style>
background-color css
<style>
a { background-color: #774F14; }
a { background-color: rgb(119,79,20); }
div.DivClassName
{
background-color: #774F14;
}
.BgClassName
{
background-color: #774F14;
}
</style>
border-color css
<style>
span { border-color: #774F14; }
span { border-color: rgb(119,79,20); }
td.TdClassName
{
border-color: #774F14;
}
.TagClassName
{
border-color: #774F14;
}
</style>