Shades of Raw Umber #774F00
Tints of Raw Umber #774F00
RGB
CMYK
RGB Variations
Color information
#774F00 (or 0x774F00) is known color: Raw Umber. HEX triplet: 77, 4F and 00. RGB value is (119,79,0). Sum of RGB (Red+Green+Blue) = 119+79+0=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #774F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774F00 is #88B0FF. Grayscale: #525252. Windows color (decimal): -8958208 or 20343. OLE color: 20343.
HSL color Cylindrical-coordinate representation of color #774F00: hue angle of 39.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #774F00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 79 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.53 |
| HSL | 39.83º | 1% | 0.23% | - |
| HSV(B) | 39.83º | 1% | 0.47% | - |
| XYZ | 10.4 | 9.51 | 1.29 | - |
| YUV | 81.95 | 81.75 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 0 | 0 | 0.34 | 1 | 0.53 | 39.83 | 1 | 0.23 |
| Hex | 77 | 4F | 0 | 0 | 22 | 64 | 35 | 28 | 64 | 17 |
| Octal | 167 | 117 | 0 | 0 | 42 | 144 | 65 | 50 | 144 | 27 |
| Binary | 1110111 | 1001111 | 0 | 0 | 100010 | 1100100 | 110101 | 101000 | 1100100 | 10111 |
Color Harmonies of #774F00
Complementary color
Monochromatic Colors of #774F00
Black with #774F00
Text Example
Text Example
White with #774F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774F00; }
p { color: rgb(119,79,0); }
H1.HeaderClassName
{
color: #774F00;
}
.AnyTagClassName
{
color: #774F00;
}
</style>
background-color css
<style>
a { background-color: #774F00; }
a { background-color: rgb(119,79,0); }
div.DivClassName
{
background-color: #774F00;
}
.BgClassName
{
background-color: #774F00;
}
</style>
border-color css
<style>
span { border-color: #774F00; }
span { border-color: rgb(119,79,0); }
td.TdClassName
{
border-color: #774F00;
}
.TagClassName
{
border-color: #774F00;
}
</style>