Shades of Raw Umber #774F10
Tints of Raw Umber #774F10
RGB
CMYK
RGB Variations
Color information
#774F10 (or 0x774F10) is known color: Raw Umber. HEX triplet: 77, 4F and 10. RGB value is (119,79,16). Sum of RGB (Red+Green+Blue) = 119+79+16=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #774F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774F10 is #88B0EF. Grayscale: #545454. Windows color (decimal): -8958192 or 1068919. OLE color: 1068919.
HSL color Cylindrical-coordinate representation of color #774F10: hue angle of 36.7º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #774F10 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 79 | 16 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.53 |
| HSL | 36.7º | 0.76% | 0.26% | - |
| HSV(B) | 36.7º | 0.87% | 0.47% | - |
| XYZ | 10.5 | 9.55 | 1.78 | - |
| YUV | 83.78 | 89.75 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 16 | 0 | 0.34 | 0.87 | 0.53 | 36.7 | 0.76 | 0.26 |
| Hex | 77 | 4F | 10 | 0 | 22 | 57 | 35 | 25 | 4C | 1A |
| Octal | 167 | 117 | 20 | 0 | 42 | 127 | 65 | 45 | 114 | 32 |
| Binary | 1110111 | 1001111 | 10000 | 0 | 100010 | 1010111 | 110101 | 100101 | 1001100 | 11010 |
Color Harmonies of #774F10
Complementary color
Monochromatic Colors of #774F10
Black with #774F10
Text Example
Text Example
White with #774F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774F10; }
p { color: rgb(119,79,16); }
H1.HeaderClassName
{
color: #774F10;
}
.AnyTagClassName
{
color: #774F10;
}
</style>
background-color css
<style>
a { background-color: #774F10; }
a { background-color: rgb(119,79,16); }
div.DivClassName
{
background-color: #774F10;
}
.BgClassName
{
background-color: #774F10;
}
</style>
border-color css
<style>
span { border-color: #774F10; }
span { border-color: rgb(119,79,16); }
td.TdClassName
{
border-color: #774F10;
}
.TagClassName
{
border-color: #774F10;
}
</style>