Shades of Raw Umber #765602
Tints of Raw Umber #765602
RGB
CMYK
RGB Variations
Color information
#765602 (or 0x765602) is known color: Raw Umber. HEX triplet: 76, 56 and 02. RGB value is (118,86,2). Sum of RGB (Red+Green+Blue) = 118+86+2=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #765602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765602 is #89A9FD. Grayscale: #565656. Windows color (decimal): -9021950 or 153206. OLE color: 153206.
HSL color Cylindrical-coordinate representation of color #765602: hue angle of 43.45º 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 #765602 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 86 | 2 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.54 |
| HSL | 43.45º | 0.97% | 0.24% | - |
| HSV(B) | 43.45º | 0.98% | 0.46% | - |
| XYZ | 10.81 | 10.51 | 1.52 | - |
| YUV | 85.99 | 80.6 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 2 | 0 | 0.27 | 0.98 | 0.54 | 43.45 | 0.97 | 0.24 |
| Hex | 76 | 56 | 2 | 0 | 1B | 62 | 36 | 2B | 61 | 18 |
| Octal | 166 | 126 | 2 | 0 | 33 | 142 | 66 | 53 | 141 | 30 |
| Binary | 1110110 | 1010110 | 10 | 0 | 11011 | 1100010 | 110110 | 101011 | 1100001 | 11000 |
Color Harmonies of #765602
Complementary color
Monochromatic Colors of #765602
Black with #765602
Text Example
Text Example
White with #765602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765602; }
p { color: rgb(118,86,2); }
H1.HeaderClassName
{
color: #765602;
}
.AnyTagClassName
{
color: #765602;
}
</style>
background-color css
<style>
a { background-color: #765602; }
a { background-color: rgb(118,86,2); }
div.DivClassName
{
background-color: #765602;
}
.BgClassName
{
background-color: #765602;
}
</style>
border-color css
<style>
span { border-color: #765602; }
span { border-color: rgb(118,86,2); }
td.TdClassName
{
border-color: #765602;
}
.TagClassName
{
border-color: #765602;
}
</style>