Shades of Raw Umber #766002
Tints of Raw Umber #766002
RGB
CMYK
RGB Variations
Color information
#766002 (or 0x766002) is known color: Raw Umber. HEX triplet: 76, 60 and 02. RGB value is (118,96,2). Sum of RGB (Red+Green+Blue) = 118+96+2=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #766002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766002 is #899FFD. Grayscale: #5C5C5C. Windows color (decimal): -9019390 or 155766. OLE color: 155766.
HSL color Cylindrical-coordinate representation of color #766002: hue angle of 48.62º 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 #766002 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 96 | 2 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.54 |
| HSL | 48.62º | 0.97% | 0.24% | - |
| HSV(B) | 48.62º | 0.98% | 0.46% | - |
| XYZ | 11.67 | 12.22 | 1.8 | - |
| YUV | 91.86 | 77.29 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 2 | 0 | 0.19 | 0.98 | 0.54 | 48.62 | 0.97 | 0.24 |
| Hex | 76 | 60 | 2 | 0 | 13 | 62 | 36 | 31 | 61 | 18 |
| Octal | 166 | 140 | 2 | 0 | 23 | 142 | 66 | 61 | 141 | 30 |
| Binary | 1110110 | 1100000 | 10 | 0 | 10011 | 1100010 | 110110 | 110001 | 1100001 | 11000 |
Color Harmonies of #766002
Complementary color
Monochromatic Colors of #766002
Black with #766002
Text Example
Text Example
White with #766002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766002; }
p { color: rgb(118,96,2); }
H1.HeaderClassName
{
color: #766002;
}
.AnyTagClassName
{
color: #766002;
}
</style>
background-color css
<style>
a { background-color: #766002; }
a { background-color: rgb(118,96,2); }
div.DivClassName
{
background-color: #766002;
}
.BgClassName
{
background-color: #766002;
}
</style>
border-color css
<style>
span { border-color: #766002; }
span { border-color: rgb(118,96,2); }
td.TdClassName
{
border-color: #766002;
}
.TagClassName
{
border-color: #766002;
}
</style>