Shades of Raw Umber #776003
Tints of Raw Umber #776003
RGB
CMYK
RGB Variations
Color information
#776003 (or 0x776003) is known color: Raw Umber. HEX triplet: 77, 60 and 03. RGB value is (119,96,3). Sum of RGB (Red+Green+Blue) = 119+96+3=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #776003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776003 is #889FFC. Grayscale: #5C5C5C. Windows color (decimal): -8953853 or 221303. OLE color: 221303.
HSL color Cylindrical-coordinate representation of color #776003: hue angle of 48.1º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #776003 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 96 | 3 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.53 |
| HSL | 48.1º | 0.95% | 0.24% | - |
| HSV(B) | 48.1º | 0.97% | 0.47% | - |
| XYZ | 11.81 | 12.29 | 1.84 | - |
| YUV | 92.28 | 77.62 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 96 | 3 | 0 | 0.19 | 0.97 | 0.53 | 48.1 | 0.95 | 0.24 |
| Hex | 77 | 60 | 3 | 0 | 13 | 61 | 35 | 30 | 5F | 18 |
| Octal | 167 | 140 | 3 | 0 | 23 | 141 | 65 | 60 | 137 | 30 |
| Binary | 1110111 | 1100000 | 11 | 0 | 10011 | 1100001 | 110101 | 110000 | 1011111 | 11000 |
Color Harmonies of #776003
Complementary color
Monochromatic Colors of #776003
Black with #776003
Text Example
Text Example
White with #776003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776003; }
p { color: rgb(119,96,3); }
H1.HeaderClassName
{
color: #776003;
}
.AnyTagClassName
{
color: #776003;
}
</style>
background-color css
<style>
a { background-color: #776003; }
a { background-color: rgb(119,96,3); }
div.DivClassName
{
background-color: #776003;
}
.BgClassName
{
background-color: #776003;
}
</style>
border-color css
<style>
span { border-color: #776003; }
span { border-color: rgb(119,96,3); }
td.TdClassName
{
border-color: #776003;
}
.TagClassName
{
border-color: #776003;
}
</style>