Shades of Raw Umber #76570B
Tints of Raw Umber #76570B
RGB
CMYK
RGB Variations
Color information
#76570B (or 0x76570B) is known color: Raw Umber. HEX triplet: 76, 57 and 0B. RGB value is (118,87,11). Sum of RGB (Red+Green+Blue) = 118+87+11=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76570B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76570B is #89A8F4. Grayscale: #575757. Windows color (decimal): -9021685 or 743286. OLE color: 743286.
HSL color Cylindrical-coordinate representation of color #76570B: hue angle of 42.62º 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 #76570B is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 87 | 11 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.54 |
| HSL | 42.62º | 0.83% | 0.25% | - |
| HSV(B) | 42.62º | 0.91% | 0.46% | - |
| XYZ | 10.94 | 10.69 | 1.8 | - |
| YUV | 87.61 | 84.77 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 87 | 11 | 0 | 0.26 | 0.91 | 0.54 | 42.62 | 0.83 | 0.25 |
| Hex | 76 | 57 | B | 0 | 1A | 5B | 36 | 2B | 53 | 19 |
| Octal | 166 | 127 | 13 | 0 | 32 | 133 | 66 | 53 | 123 | 31 |
| Binary | 1110110 | 1010111 | 1011 | 0 | 11010 | 1011011 | 110110 | 101011 | 1010011 | 11001 |
Color Harmonies of #76570B
Complementary color
Monochromatic Colors of #76570B
Black with #76570B
Text Example
Text Example
White with #76570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76570B; }
p { color: rgb(118,87,11); }
H1.HeaderClassName
{
color: #76570B;
}
.AnyTagClassName
{
color: #76570B;
}
</style>
background-color css
<style>
a { background-color: #76570B; }
a { background-color: rgb(118,87,11); }
div.DivClassName
{
background-color: #76570B;
}
.BgClassName
{
background-color: #76570B;
}
</style>
border-color css
<style>
span { border-color: #76570B; }
span { border-color: rgb(118,87,11); }
td.TdClassName
{
border-color: #76570B;
}
.TagClassName
{
border-color: #76570B;
}
</style>