Shades of Raw Umber #76470B
Tints of Raw Umber #76470B
RGB
CMYK
RGB Variations
Color information
#76470B (or 0x76470B) is known color: Raw Umber. HEX triplet: 76, 47 and 0B. RGB value is (118,71,11). Sum of RGB (Red+Green+Blue) = 118+71+11=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #76470B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76470B is #89B8F4. Grayscale: #4E4E4E. Windows color (decimal): -9025781 or 739190. OLE color: 739190.
HSL color Cylindrical-coordinate representation of color #76470B: hue angle of 33.64º 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 #76470B is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 71 | 11 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.54 |
| HSL | 33.64º | 0.83% | 0.25% | - |
| HSV(B) | 33.64º | 0.91% | 0.46% | - |
| XYZ | 9.78 | 8.38 | 1.42 | - |
| YUV | 78.21 | 90.07 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 71 | 11 | 0 | 0.40 | 0.91 | 0.54 | 33.64 | 0.83 | 0.25 |
| Hex | 76 | 47 | B | 0 | 28 | 5B | 36 | 22 | 53 | 19 |
| Octal | 166 | 107 | 13 | 0 | 50 | 133 | 66 | 42 | 123 | 31 |
| Binary | 1110110 | 1000111 | 1011 | 0 | 101000 | 1011011 | 110110 | 100010 | 1010011 | 11001 |
Color Harmonies of #76470B
Complementary color
Monochromatic Colors of #76470B
Black with #76470B
Text Example
Text Example
White with #76470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76470B; }
p { color: rgb(118,71,11); }
H1.HeaderClassName
{
color: #76470B;
}
.AnyTagClassName
{
color: #76470B;
}
</style>
background-color css
<style>
a { background-color: #76470B; }
a { background-color: rgb(118,71,11); }
div.DivClassName
{
background-color: #76470B;
}
.BgClassName
{
background-color: #76470B;
}
</style>
border-color css
<style>
span { border-color: #76470B; }
span { border-color: rgb(118,71,11); }
td.TdClassName
{
border-color: #76470B;
}
.TagClassName
{
border-color: #76470B;
}
</style>