Shades of Raw Umber #76510B
Tints of Raw Umber #76510B
RGB
CMYK
RGB Variations
Color information
#76510B (or 0x76510B) is known color: Raw Umber. HEX triplet: 76, 51 and 0B. RGB value is (118,81,11). Sum of RGB (Red+Green+Blue) = 118+81+11=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #76510B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76510B is #89AEF4. Grayscale: #545454. Windows color (decimal): -9023221 or 741750. OLE color: 741750.
HSL color Cylindrical-coordinate representation of color #76510B: hue angle of 39.25º 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 #76510B is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 81 | 11 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.54 |
| HSL | 39.25º | 0.83% | 0.25% | - |
| HSV(B) | 39.25º | 0.91% | 0.46% | - |
| XYZ | 10.47 | 9.76 | 1.65 | - |
| YUV | 84.08 | 86.76 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 11 | 0 | 0.31 | 0.91 | 0.54 | 39.25 | 0.83 | 0.25 |
| Hex | 76 | 51 | B | 0 | 1F | 5B | 36 | 27 | 53 | 19 |
| Octal | 166 | 121 | 13 | 0 | 37 | 133 | 66 | 47 | 123 | 31 |
| Binary | 1110110 | 1010001 | 1011 | 0 | 11111 | 1011011 | 110110 | 100111 | 1010011 | 11001 |
Color Harmonies of #76510B
Complementary color
Monochromatic Colors of #76510B
Black with #76510B
Text Example
Text Example
White with #76510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76510B; }
p { color: rgb(118,81,11); }
H1.HeaderClassName
{
color: #76510B;
}
.AnyTagClassName
{
color: #76510B;
}
</style>
background-color css
<style>
a { background-color: #76510B; }
a { background-color: rgb(118,81,11); }
div.DivClassName
{
background-color: #76510B;
}
.BgClassName
{
background-color: #76510B;
}
</style>
border-color css
<style>
span { border-color: #76510B; }
span { border-color: rgb(118,81,11); }
td.TdClassName
{
border-color: #76510B;
}
.TagClassName
{
border-color: #76510B;
}
</style>