Shades of Raw Umber #774702
Tints of Raw Umber #774702
RGB
CMYK
RGB Variations
Color information
#774702 (or 0x774702) is known color: Raw Umber. HEX triplet: 77, 47 and 02. RGB value is (119,71,2). Sum of RGB (Red+Green+Blue) = 119+71+2=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #774702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774702 is #88B8FD. Grayscale: #4D4D4D. Windows color (decimal): -8960254 or 149367. OLE color: 149367.
HSL color Cylindrical-coordinate representation of color #774702: hue angle of 35.38º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #774702 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 71 | 2 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.53 |
| HSL | 35.38º | 0.97% | 0.24% | - |
| HSV(B) | 35.38º | 0.98% | 0.47% | - |
| XYZ | 9.87 | 8.43 | 1.16 | - |
| YUV | 77.49 | 85.4 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 71 | 2 | 0 | 0.40 | 0.98 | 0.53 | 35.38 | 0.97 | 0.24 |
| Hex | 77 | 47 | 2 | 0 | 28 | 62 | 35 | 23 | 61 | 18 |
| Octal | 167 | 107 | 2 | 0 | 50 | 142 | 65 | 43 | 141 | 30 |
| Binary | 1110111 | 1000111 | 10 | 0 | 101000 | 1100010 | 110101 | 100011 | 1100001 | 11000 |
Color Harmonies of #774702
Complementary color
Monochromatic Colors of #774702
Black with #774702
Text Example
Text Example
White with #774702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774702; }
p { color: rgb(119,71,2); }
H1.HeaderClassName
{
color: #774702;
}
.AnyTagClassName
{
color: #774702;
}
</style>
background-color css
<style>
a { background-color: #774702; }
a { background-color: rgb(119,71,2); }
div.DivClassName
{
background-color: #774702;
}
.BgClassName
{
background-color: #774702;
}
</style>
border-color css
<style>
span { border-color: #774702; }
span { border-color: rgb(119,71,2); }
td.TdClassName
{
border-color: #774702;
}
.TagClassName
{
border-color: #774702;
}
</style>