Shades of Raw Umber #774F12
Tints of Raw Umber #774F12
RGB
CMYK
RGB Variations
Color information
#774F12 (or 0x774F12) is known color: Raw Umber. HEX triplet: 77, 4F and 12. RGB value is (119,79,18). Sum of RGB (Red+Green+Blue) = 119+79+18=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #774F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774F12 is #88B0ED. Grayscale: #545454. Windows color (decimal): -8958190 or 1199991. OLE color: 1199991.
HSL color Cylindrical-coordinate representation of color #774F12: hue angle of 36.24º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #774F12 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 79 | 18 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.53 |
| HSL | 36.24º | 0.74% | 0.27% | - |
| HSV(B) | 36.24º | 0.85% | 0.47% | - |
| XYZ | 10.51 | 9.56 | 1.86 | - |
| YUV | 84.01 | 90.75 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 18 | 0 | 0.34 | 0.85 | 0.53 | 36.24 | 0.74 | 0.27 |
| Hex | 77 | 4F | 12 | 0 | 22 | 55 | 35 | 24 | 4A | 1B |
| Octal | 167 | 117 | 22 | 0 | 42 | 125 | 65 | 44 | 112 | 33 |
| Binary | 1110111 | 1001111 | 10010 | 0 | 100010 | 1010101 | 110101 | 100100 | 1001010 | 11011 |
Color Harmonies of #774F12
Complementary color
Monochromatic Colors of #774F12
Black with #774F12
Text Example
Text Example
White with #774F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774F12; }
p { color: rgb(119,79,18); }
H1.HeaderClassName
{
color: #774F12;
}
.AnyTagClassName
{
color: #774F12;
}
</style>
background-color css
<style>
a { background-color: #774F12; }
a { background-color: rgb(119,79,18); }
div.DivClassName
{
background-color: #774F12;
}
.BgClassName
{
background-color: #774F12;
}
</style>
border-color css
<style>
span { border-color: #774F12; }
span { border-color: rgb(119,79,18); }
td.TdClassName
{
border-color: #774F12;
}
.TagClassName
{
border-color: #774F12;
}
</style>