Shades of Raw Umber #774603
Tints of Raw Umber #774603
RGB
CMYK
RGB Variations
Color information
#774603 (or 0x774603) is known color: Raw Umber. HEX triplet: 77, 46 and 03. RGB value is (119,70,3). Sum of RGB (Red+Green+Blue) = 119+70+3=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #774603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774603 is #88B9FC. Grayscale: #4D4D4D. Windows color (decimal): -8960509 or 214647. OLE color: 214647.
HSL color Cylindrical-coordinate representation of color #774603: hue angle of 34.66º 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 #774603 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 70 | 3 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.53 |
| HSL | 34.66º | 0.95% | 0.24% | - |
| HSV(B) | 34.66º | 0.97% | 0.47% | - |
| XYZ | 9.81 | 8.31 | 1.17 | - |
| YUV | 77.01 | 86.23 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 3 | 0 | 0.41 | 0.97 | 0.53 | 34.66 | 0.95 | 0.24 |
| Hex | 77 | 46 | 3 | 0 | 29 | 61 | 35 | 23 | 5F | 18 |
| Octal | 167 | 106 | 3 | 0 | 51 | 141 | 65 | 43 | 137 | 30 |
| Binary | 1110111 | 1000110 | 11 | 0 | 101001 | 1100001 | 110101 | 100011 | 1011111 | 11000 |
Color Harmonies of #774603
Complementary color
Monochromatic Colors of #774603
Black with #774603
Text Example
Text Example
White with #774603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774603; }
p { color: rgb(119,70,3); }
H1.HeaderClassName
{
color: #774603;
}
.AnyTagClassName
{
color: #774603;
}
</style>
background-color css
<style>
a { background-color: #774603; }
a { background-color: rgb(119,70,3); }
div.DivClassName
{
background-color: #774603;
}
.BgClassName
{
background-color: #774603;
}
</style>
border-color css
<style>
span { border-color: #774603; }
span { border-color: rgb(119,70,3); }
td.TdClassName
{
border-color: #774603;
}
.TagClassName
{
border-color: #774603;
}
</style>