Shades of Raw Umber #76560C
Tints of Raw Umber #76560C
RGB
CMYK
RGB Variations
Color information
#76560C (or 0x76560C) is known color: Raw Umber. HEX triplet: 76, 56 and 0C. RGB value is (118,86,12). Sum of RGB (Red+Green+Blue) = 118+86+12=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76560C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76560C is #89A9F3. Grayscale: #575757. Windows color (decimal): -9021940 or 808566. OLE color: 808566.
HSL color Cylindrical-coordinate representation of color #76560C: hue angle of 41.89º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76560C is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 86 | 12 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.54 |
| HSL | 41.89º | 0.82% | 0.25% | - |
| HSV(B) | 41.89º | 0.9% | 0.46% | - |
| XYZ | 10.87 | 10.53 | 1.81 | - |
| YUV | 87.13 | 85.6 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 12 | 0 | 0.27 | 0.90 | 0.54 | 41.89 | 0.82 | 0.25 |
| Hex | 76 | 56 | C | 0 | 1B | 5A | 36 | 2A | 52 | 19 |
| Octal | 166 | 126 | 14 | 0 | 33 | 132 | 66 | 52 | 122 | 31 |
| Binary | 1110110 | 1010110 | 1100 | 0 | 11011 | 1011010 | 110110 | 101010 | 1010010 | 11001 |
Color Harmonies of #76560C
Complementary color
Monochromatic Colors of #76560C
Black with #76560C
Text Example
Text Example
White with #76560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76560C; }
p { color: rgb(118,86,12); }
H1.HeaderClassName
{
color: #76560C;
}
.AnyTagClassName
{
color: #76560C;
}
</style>
background-color css
<style>
a { background-color: #76560C; }
a { background-color: rgb(118,86,12); }
div.DivClassName
{
background-color: #76560C;
}
.BgClassName
{
background-color: #76560C;
}
</style>
border-color css
<style>
span { border-color: #76560C; }
span { border-color: rgb(118,86,12); }
td.TdClassName
{
border-color: #76560C;
}
.TagClassName
{
border-color: #76560C;
}
</style>