Shades of Raw Umber #765211
Tints of Raw Umber #765211
RGB
CMYK
RGB Variations
Color information
#765211 (or 0x765211) is known color: Raw Umber. HEX triplet: 76, 52 and 11. RGB value is (118,82,17). Sum of RGB (Red+Green+Blue) = 118+82+17=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #765211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765211 is #89ADEE. Grayscale: #555555. Windows color (decimal): -9022959 or 1135222. OLE color: 1135222.
HSL color Cylindrical-coordinate representation of color #765211: hue angle of 38.61º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #765211 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 82 | 17 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.54 |
| HSL | 38.61º | 0.75% | 0.26% | - |
| HSV(B) | 38.61º | 0.86% | 0.46% | - |
| XYZ | 10.59 | 9.93 | 1.89 | - |
| YUV | 85.35 | 89.43 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 17 | 0 | 0.31 | 0.86 | 0.54 | 38.61 | 0.75 | 0.26 |
| Hex | 76 | 52 | 11 | 0 | 1F | 56 | 36 | 27 | 4B | 1A |
| Octal | 166 | 122 | 21 | 0 | 37 | 126 | 66 | 47 | 113 | 32 |
| Binary | 1110110 | 1010010 | 10001 | 0 | 11111 | 1010110 | 110110 | 100111 | 1001011 | 11010 |
Color Harmonies of #765211
Complementary color
Monochromatic Colors of #765211
Black with #765211
Text Example
Text Example
White with #765211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765211; }
p { color: rgb(118,82,17); }
H1.HeaderClassName
{
color: #765211;
}
.AnyTagClassName
{
color: #765211;
}
</style>
background-color css
<style>
a { background-color: #765211; }
a { background-color: rgb(118,82,17); }
div.DivClassName
{
background-color: #765211;
}
.BgClassName
{
background-color: #765211;
}
</style>
border-color css
<style>
span { border-color: #765211; }
span { border-color: rgb(118,82,17); }
td.TdClassName
{
border-color: #765211;
}
.TagClassName
{
border-color: #765211;
}
</style>