Shades of Raw Umber #774A00
Tints of Raw Umber #774A00
RGB
CMYK
RGB Variations
Color information
#774A00 (or 0x774A00) is known color: Raw Umber. HEX triplet: 77, 4A and 00. RGB value is (119,74,0). Sum of RGB (Red+Green+Blue) = 119+74+0=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #774A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774A00 is #88B5FF. Grayscale: #4F4F4F. Windows color (decimal): -8959488 or 19063. OLE color: 19063.
HSL color Cylindrical-coordinate representation of color #774A00: hue angle of 37.31º 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 #774A00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 74 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.53 |
| HSL | 37.31º | 1% | 0.23% | - |
| HSV(B) | 37.31º | 1% | 0.47% | - |
| XYZ | 10.06 | 8.82 | 1.17 | - |
| YUV | 79.02 | 83.41 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 0 | 0 | 0.38 | 1 | 0.53 | 37.31 | 1 | 0.23 |
| Hex | 77 | 4A | 0 | 0 | 26 | 64 | 35 | 25 | 64 | 17 |
| Octal | 167 | 112 | 0 | 0 | 46 | 144 | 65 | 45 | 144 | 27 |
| Binary | 1110111 | 1001010 | 0 | 0 | 100110 | 1100100 | 110101 | 100101 | 1100100 | 10111 |
Color Harmonies of #774A00
Complementary color
Monochromatic Colors of #774A00
Black with #774A00
Text Example
Text Example
White with #774A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774A00; }
p { color: rgb(119,74,0); }
H1.HeaderClassName
{
color: #774A00;
}
.AnyTagClassName
{
color: #774A00;
}
</style>
background-color css
<style>
a { background-color: #774A00; }
a { background-color: rgb(119,74,0); }
div.DivClassName
{
background-color: #774A00;
}
.BgClassName
{
background-color: #774A00;
}
</style>
border-color css
<style>
span { border-color: #774A00; }
span { border-color: rgb(119,74,0); }
td.TdClassName
{
border-color: #774A00;
}
.TagClassName
{
border-color: #774A00;
}
</style>