Shades of Raw Umber #76520C
Tints of Raw Umber #76520C
RGB
CMYK
RGB Variations
Color information
#76520C (or 0x76520C) is known color: Raw Umber. HEX triplet: 76, 52 and 0C. RGB value is (118,82,12). Sum of RGB (Red+Green+Blue) = 118+82+12=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76520C is #89ADF3. Grayscale: #555555. Windows color (decimal): -9022964 or 807542. OLE color: 807542.
HSL color Cylindrical-coordinate representation of color #76520C: hue angle of 39.62º 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 #76520C is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 82 | 12 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.54 |
| HSL | 39.62º | 0.82% | 0.25% | - |
| HSV(B) | 39.62º | 0.9% | 0.46% | - |
| XYZ | 10.55 | 9.91 | 1.7 | - |
| YUV | 84.78 | 86.93 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 12 | 0 | 0.31 | 0.90 | 0.54 | 39.62 | 0.82 | 0.25 |
| Hex | 76 | 52 | C | 0 | 1F | 5A | 36 | 28 | 52 | 19 |
| Octal | 166 | 122 | 14 | 0 | 37 | 132 | 66 | 50 | 122 | 31 |
| Binary | 1110110 | 1010010 | 1100 | 0 | 11111 | 1011010 | 110110 | 101000 | 1010010 | 11001 |
Color Harmonies of #76520C
Complementary color
Monochromatic Colors of #76520C
Black with #76520C
Text Example
Text Example
White with #76520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76520C; }
p { color: rgb(118,82,12); }
H1.HeaderClassName
{
color: #76520C;
}
.AnyTagClassName
{
color: #76520C;
}
</style>
background-color css
<style>
a { background-color: #76520C; }
a { background-color: rgb(118,82,12); }
div.DivClassName
{
background-color: #76520C;
}
.BgClassName
{
background-color: #76520C;
}
</style>
border-color css
<style>
span { border-color: #76520C; }
span { border-color: rgb(118,82,12); }
td.TdClassName
{
border-color: #76520C;
}
.TagClassName
{
border-color: #76520C;
}
</style>