Shades of Raw Umber #765111
Tints of Raw Umber #765111
RGB
CMYK
RGB Variations
Color information
#765111 (or 0x765111) is known color: Raw Umber. HEX triplet: 76, 51 and 11. RGB value is (118,81,17). Sum of RGB (Red+Green+Blue) = 118+81+17=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #765111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765111 is #89AEEE. Grayscale: #555555. Windows color (decimal): -9023215 or 1134966. OLE color: 1134966.
HSL color Cylindrical-coordinate representation of color #765111: hue angle of 38.02º 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 #765111 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 81 | 17 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.54 |
| HSL | 38.02º | 0.75% | 0.26% | - |
| HSV(B) | 38.02º | 0.86% | 0.46% | - |
| XYZ | 10.51 | 9.78 | 1.86 | - |
| YUV | 84.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 17 | 0 | 0.31 | 0.86 | 0.54 | 38.02 | 0.75 | 0.26 |
| Hex | 76 | 51 | 11 | 0 | 1F | 56 | 36 | 26 | 4B | 1A |
| Octal | 166 | 121 | 21 | 0 | 37 | 126 | 66 | 46 | 113 | 32 |
| Binary | 1110110 | 1010001 | 10001 | 0 | 11111 | 1010110 | 110110 | 100110 | 1001011 | 11010 |
Color Harmonies of #765111
Complementary color
Monochromatic Colors of #765111
Black with #765111
Text Example
Text Example
White with #765111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765111; }
p { color: rgb(118,81,17); }
H1.HeaderClassName
{
color: #765111;
}
.AnyTagClassName
{
color: #765111;
}
</style>
background-color css
<style>
a { background-color: #765111; }
a { background-color: rgb(118,81,17); }
div.DivClassName
{
background-color: #765111;
}
.BgClassName
{
background-color: #765111;
}
</style>
border-color css
<style>
span { border-color: #765111; }
span { border-color: rgb(118,81,17); }
td.TdClassName
{
border-color: #765111;
}
.TagClassName
{
border-color: #765111;
}
</style>