Shades of Raw Umber #76570C
Tints of Raw Umber #76570C
RGB
CMYK
RGB Variations
Color information
#76570C (or 0x76570C) is known color: Raw Umber. HEX triplet: 76, 57 and 0C. RGB value is (118,87,12). Sum of RGB (Red+Green+Blue) = 118+87+12=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76570C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76570C is #89A8F3. Grayscale: #585858. Windows color (decimal): -9021684 or 808822. OLE color: 808822.
HSL color Cylindrical-coordinate representation of color #76570C: hue angle of 42.45º 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 #76570C is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 87 | 12 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.54 |
| HSL | 42.45º | 0.82% | 0.25% | - |
| HSV(B) | 42.45º | 0.9% | 0.46% | - |
| XYZ | 10.95 | 10.69 | 1.84 | - |
| YUV | 87.72 | 85.27 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 87 | 12 | 0 | 0.26 | 0.90 | 0.54 | 42.45 | 0.82 | 0.25 |
| Hex | 76 | 57 | C | 0 | 1A | 5A | 36 | 2A | 52 | 19 |
| Octal | 166 | 127 | 14 | 0 | 32 | 132 | 66 | 52 | 122 | 31 |
| Binary | 1110110 | 1010111 | 1100 | 0 | 11010 | 1011010 | 110110 | 101010 | 1010010 | 11001 |
Color Harmonies of #76570C
Complementary color
Monochromatic Colors of #76570C
Black with #76570C
Text Example
Text Example
White with #76570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76570C; }
p { color: rgb(118,87,12); }
H1.HeaderClassName
{
color: #76570C;
}
.AnyTagClassName
{
color: #76570C;
}
</style>
background-color css
<style>
a { background-color: #76570C; }
a { background-color: rgb(118,87,12); }
div.DivClassName
{
background-color: #76570C;
}
.BgClassName
{
background-color: #76570C;
}
</style>
border-color css
<style>
span { border-color: #76570C; }
span { border-color: rgb(118,87,12); }
td.TdClassName
{
border-color: #76570C;
}
.TagClassName
{
border-color: #76570C;
}
</style>