Shades of Raw Umber #774D08
Tints of Raw Umber #774D08
RGB
CMYK
RGB Variations
Color information
#774D08 (or 0x774D08) is known color: Raw Umber. HEX triplet: 77, 4D and 08. RGB value is (119,77,8). Sum of RGB (Red+Green+Blue) = 119+77+8=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #774D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774D08 is #88B2F7. Grayscale: #525252. Windows color (decimal): -8958712 or 544119. OLE color: 544119.
HSL color Cylindrical-coordinate representation of color #774D08: hue angle of 37.3º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #774D08 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 77 | 8 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.53 |
| HSL | 37.3º | 0.87% | 0.25% | - |
| HSV(B) | 37.3º | 0.93% | 0.47% | - |
| XYZ | 10.31 | 9.25 | 1.47 | - |
| YUV | 81.69 | 86.41 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 8 | 0 | 0.35 | 0.93 | 0.53 | 37.3 | 0.87 | 0.25 |
| Hex | 77 | 4D | 8 | 0 | 23 | 5D | 35 | 25 | 57 | 19 |
| Octal | 167 | 115 | 10 | 0 | 43 | 135 | 65 | 45 | 127 | 31 |
| Binary | 1110111 | 1001101 | 1000 | 0 | 100011 | 1011101 | 110101 | 100101 | 1010111 | 11001 |
Color Harmonies of #774D08
Complementary color
Monochromatic Colors of #774D08
Black with #774D08
Text Example
Text Example
White with #774D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D08; }
p { color: rgb(119,77,8); }
H1.HeaderClassName
{
color: #774D08;
}
.AnyTagClassName
{
color: #774D08;
}
</style>
background-color css
<style>
a { background-color: #774D08; }
a { background-color: rgb(119,77,8); }
div.DivClassName
{
background-color: #774D08;
}
.BgClassName
{
background-color: #774D08;
}
</style>
border-color css
<style>
span { border-color: #774D08; }
span { border-color: rgb(119,77,8); }
td.TdClassName
{
border-color: #774D08;
}
.TagClassName
{
border-color: #774D08;
}
</style>