Shades of Raw Umber #76560A
Tints of Raw Umber #76560A
RGB
CMYK
RGB Variations
Color information
#76560A (or 0x76560A) is known color: Raw Umber. HEX triplet: 76, 56 and 0A. RGB value is (118,86,10). Sum of RGB (Red+Green+Blue) = 118+86+10=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76560A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76560A is #89A9F5. Grayscale: #575757. Windows color (decimal): -9021942 or 677494. OLE color: 677494.
HSL color Cylindrical-coordinate representation of color #76560A: hue angle of 42.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76560A is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 86 | 10 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.54 |
| HSL | 42.22º | 0.84% | 0.25% | - |
| HSV(B) | 42.22º | 0.92% | 0.46% | - |
| XYZ | 10.85 | 10.53 | 1.75 | - |
| YUV | 86.9 | 84.6 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 10 | 0 | 0.27 | 0.92 | 0.54 | 42.22 | 0.84 | 0.25 |
| Hex | 76 | 56 | A | 0 | 1B | 5C | 36 | 2A | 54 | 19 |
| Octal | 166 | 126 | 12 | 0 | 33 | 134 | 66 | 52 | 124 | 31 |
| Binary | 1110110 | 1010110 | 1010 | 0 | 11011 | 1011100 | 110110 | 101010 | 1010100 | 11001 |
Color Harmonies of #76560A
Complementary color
Monochromatic Colors of #76560A
Black with #76560A
Text Example
Text Example
White with #76560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76560A; }
p { color: rgb(118,86,10); }
H1.HeaderClassName
{
color: #76560A;
}
.AnyTagClassName
{
color: #76560A;
}
</style>
background-color css
<style>
a { background-color: #76560A; }
a { background-color: rgb(118,86,10); }
div.DivClassName
{
background-color: #76560A;
}
.BgClassName
{
background-color: #76560A;
}
</style>
border-color css
<style>
span { border-color: #76560A; }
span { border-color: rgb(118,86,10); }
td.TdClassName
{
border-color: #76560A;
}
.TagClassName
{
border-color: #76560A;
}
</style>