Shades of Raw Umber #76560B
Tints of Raw Umber #76560B
RGB
CMYK
RGB Variations
Color information
#76560B (or 0x76560B) is known color: Raw Umber. HEX triplet: 76, 56 and 0B. RGB value is (118,86,11). Sum of RGB (Red+Green+Blue) = 118+86+11=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76560B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76560B is #89A9F4. Grayscale: #575757. Windows color (decimal): -9021941 or 743030. OLE color: 743030.
HSL color Cylindrical-coordinate representation of color #76560B: hue angle of 42.06º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76560B is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 86 | 11 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.54 |
| HSL | 42.06º | 0.83% | 0.25% | - |
| HSV(B) | 42.06º | 0.91% | 0.46% | - |
| XYZ | 10.86 | 10.53 | 1.78 | - |
| YUV | 87.02 | 85.1 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 11 | 0 | 0.27 | 0.91 | 0.54 | 42.06 | 0.83 | 0.25 |
| Hex | 76 | 56 | B | 0 | 1B | 5B | 36 | 2A | 53 | 19 |
| Octal | 166 | 126 | 13 | 0 | 33 | 133 | 66 | 52 | 123 | 31 |
| Binary | 1110110 | 1010110 | 1011 | 0 | 11011 | 1011011 | 110110 | 101010 | 1010011 | 11001 |
Color Harmonies of #76560B
Complementary color
Monochromatic Colors of #76560B
Black with #76560B
Text Example
Text Example
White with #76560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76560B; }
p { color: rgb(118,86,11); }
H1.HeaderClassName
{
color: #76560B;
}
.AnyTagClassName
{
color: #76560B;
}
</style>
background-color css
<style>
a { background-color: #76560B; }
a { background-color: rgb(118,86,11); }
div.DivClassName
{
background-color: #76560B;
}
.BgClassName
{
background-color: #76560B;
}
</style>
border-color css
<style>
span { border-color: #76560B; }
span { border-color: rgb(118,86,11); }
td.TdClassName
{
border-color: #76560B;
}
.TagClassName
{
border-color: #76560B;
}
</style>