Shades of Raw Umber #774E00
Tints of Raw Umber #774E00
RGB
CMYK
RGB Variations
Color information
#774E00 (or 0x774E00) is known color: Raw Umber. HEX triplet: 77, 4E and 00. RGB value is (119,78,0). Sum of RGB (Red+Green+Blue) = 119+78+0=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #774E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774E00 is #88B1FF. Grayscale: #515151. Windows color (decimal): -8958464 or 20087. OLE color: 20087.
HSL color Cylindrical-coordinate representation of color #774E00: hue angle of 39.33º 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 #774E00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.53 |
| HSL | 39.33º | 1% | 0.23% | - |
| HSV(B) | 39.33º | 1% | 0.47% | - |
| XYZ | 10.33 | 9.37 | 1.26 | - |
| YUV | 81.37 | 82.08 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 0 | 0 | 0.34 | 1 | 0.53 | 39.33 | 1 | 0.23 |
| Hex | 77 | 4E | 0 | 0 | 22 | 64 | 35 | 27 | 64 | 17 |
| Octal | 167 | 116 | 0 | 0 | 42 | 144 | 65 | 47 | 144 | 27 |
| Binary | 1110111 | 1001110 | 0 | 0 | 100010 | 1100100 | 110101 | 100111 | 1100100 | 10111 |
Color Harmonies of #774E00
Complementary color
Monochromatic Colors of #774E00
Black with #774E00
Text Example
Text Example
White with #774E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E00; }
p { color: rgb(119,78,0); }
H1.HeaderClassName
{
color: #774E00;
}
.AnyTagClassName
{
color: #774E00;
}
</style>
background-color css
<style>
a { background-color: #774E00; }
a { background-color: rgb(119,78,0); }
div.DivClassName
{
background-color: #774E00;
}
.BgClassName
{
background-color: #774E00;
}
</style>
border-color css
<style>
span { border-color: #774E00; }
span { border-color: rgb(119,78,0); }
td.TdClassName
{
border-color: #774E00;
}
.TagClassName
{
border-color: #774E00;
}
</style>