Shades of Raw Umber #764702
Tints of Raw Umber #764702
RGB
CMYK
RGB Variations
Color information
#764702 (or 0x764702) is known color: Raw Umber. HEX triplet: 76, 47 and 02. RGB value is (118,71,2). Sum of RGB (Red+Green+Blue) = 118+71+2=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #764702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764702 is #89B8FD. Grayscale: #4D4D4D. Windows color (decimal): -9025790 or 149366. OLE color: 149366.
HSL color Cylindrical-coordinate representation of color #764702: hue angle of 35.69º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #764702 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 71 | 2 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.54 |
| HSL | 35.69º | 0.97% | 0.24% | - |
| HSV(B) | 35.69º | 0.98% | 0.46% | - |
| XYZ | 9.74 | 8.36 | 1.16 | - |
| YUV | 77.19 | 85.57 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 71 | 2 | 0 | 0.40 | 0.98 | 0.54 | 35.69 | 0.97 | 0.24 |
| Hex | 76 | 47 | 2 | 0 | 28 | 62 | 36 | 24 | 61 | 18 |
| Octal | 166 | 107 | 2 | 0 | 50 | 142 | 66 | 44 | 141 | 30 |
| Binary | 1110110 | 1000111 | 10 | 0 | 101000 | 1100010 | 110110 | 100100 | 1100001 | 11000 |
Color Harmonies of #764702
Complementary color
Monochromatic Colors of #764702
Black with #764702
Text Example
Text Example
White with #764702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764702; }
p { color: rgb(118,71,2); }
H1.HeaderClassName
{
color: #764702;
}
.AnyTagClassName
{
color: #764702;
}
</style>
background-color css
<style>
a { background-color: #764702; }
a { background-color: rgb(118,71,2); }
div.DivClassName
{
background-color: #764702;
}
.BgClassName
{
background-color: #764702;
}
</style>
border-color css
<style>
span { border-color: #764702; }
span { border-color: rgb(118,71,2); }
td.TdClassName
{
border-color: #764702;
}
.TagClassName
{
border-color: #764702;
}
</style>