Shades of Raw Umber #7E5005
Tints of Raw Umber #7E5005
RGB
CMYK
RGB Variations
Color information
#7E5005 (or 0x7E5005) is known color: Raw Umber. HEX triplet: 7E, 50 and 05. RGB value is (126,80,5). Sum of RGB (Red+Green+Blue) = 126+80+5=211 (27% of max value = 765). Red value is 126 (49.61% from 255 or 59.72% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5005 is #81AFFA. Grayscale: #555555. Windows color (decimal): -8499195 or 348286. OLE color: 348286.
HSL color Cylindrical-coordinate representation of color #7E5005: hue angle of 37.19º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E5005 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 80 | 5 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.51 |
| HSL | 37.19º | 0.92% | 0.26% | - |
| HSV(B) | 37.19º | 0.96% | 0.49% | - |
| XYZ | 11.5 | 10.18 | 1.5 | - |
| YUV | 85.2 | 82.74 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 5 | 0 | 0.37 | 0.96 | 0.51 | 37.19 | 0.92 | 0.26 |
| Hex | 7E | 50 | 5 | 0 | 25 | 60 | 33 | 25 | 5C | 1A |
| Octal | 176 | 120 | 5 | 0 | 45 | 140 | 63 | 45 | 134 | 32 |
| Binary | 1111110 | 1010000 | 101 | 0 | 100101 | 1100000 | 110011 | 100101 | 1011100 | 11010 |
Color Harmonies of #7E5005
Complementary color
Monochromatic Colors of #7E5005
Black with #7E5005
Text Example
Text Example
White with #7E5005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5005; }
p { color: rgb(126,80,5); }
H1.HeaderClassName
{
color: #7E5005;
}
.AnyTagClassName
{
color: #7E5005;
}
</style>
background-color css
<style>
a { background-color: #7E5005; }
a { background-color: rgb(126,80,5); }
div.DivClassName
{
background-color: #7E5005;
}
.BgClassName
{
background-color: #7E5005;
}
</style>
border-color css
<style>
span { border-color: #7E5005; }
span { border-color: rgb(126,80,5); }
td.TdClassName
{
border-color: #7E5005;
}
.TagClassName
{
border-color: #7E5005;
}
</style>