Shades of Raw Umber #774203
Tints of Raw Umber #774203
RGB
CMYK
RGB Variations
Color information
#774203 (or 0x774203) is known color: Raw Umber. HEX triplet: 77, 42 and 03. RGB value is (119,66,3). Sum of RGB (Red+Green+Blue) = 119+66+3=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #774203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774203 is #88BDFC. Grayscale: #4A4A4A. Windows color (decimal): -8961533 or 213623. OLE color: 213623.
HSL color Cylindrical-coordinate representation of color #774203: hue angle of 32.59º 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 #774203 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 66 | 3 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.53 |
| HSL | 32.59º | 0.95% | 0.24% | - |
| HSV(B) | 32.59º | 0.97% | 0.47% | - |
| XYZ | 9.57 | 7.82 | 1.09 | - |
| YUV | 74.67 | 87.56 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 66 | 3 | 0 | 0.45 | 0.97 | 0.53 | 32.59 | 0.95 | 0.24 |
| Hex | 77 | 42 | 3 | 0 | 2D | 61 | 35 | 21 | 5F | 18 |
| Octal | 167 | 102 | 3 | 0 | 55 | 141 | 65 | 41 | 137 | 30 |
| Binary | 1110111 | 1000010 | 11 | 0 | 101101 | 1100001 | 110101 | 100001 | 1011111 | 11000 |
Color Harmonies of #774203
Complementary color
Monochromatic Colors of #774203
Black with #774203
Text Example
Text Example
White with #774203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774203; }
p { color: rgb(119,66,3); }
H1.HeaderClassName
{
color: #774203;
}
.AnyTagClassName
{
color: #774203;
}
</style>
background-color css
<style>
a { background-color: #774203; }
a { background-color: rgb(119,66,3); }
div.DivClassName
{
background-color: #774203;
}
.BgClassName
{
background-color: #774203;
}
</style>
border-color css
<style>
span { border-color: #774203; }
span { border-color: rgb(119,66,3); }
td.TdClassName
{
border-color: #774203;
}
.TagClassName
{
border-color: #774203;
}
</style>