Shades of Raw Umber #7E5107
Tints of Raw Umber #7E5107
RGB
CMYK
RGB Variations
Color information
#7E5107 (or 0x7E5107) is known color: Raw Umber. HEX triplet: 7E, 51 and 07. RGB value is (126,81,7). Sum of RGB (Red+Green+Blue) = 126+81+7=214 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.88% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5107 is #81AEF8. Grayscale: #565656. Windows color (decimal): -8498937 or 479614. OLE color: 479614.
HSL color Cylindrical-coordinate representation of color #7E5107: hue angle of 37.31º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E5107 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 81 | 7 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.51 |
| HSL | 37.31º | 0.89% | 0.26% | - |
| HSV(B) | 37.31º | 0.94% | 0.49% | - |
| XYZ | 11.58 | 10.34 | 1.59 | - |
| YUV | 86.02 | 83.41 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 81 | 7 | 0 | 0.36 | 0.94 | 0.51 | 37.31 | 0.89 | 0.26 |
| Hex | 7E | 51 | 7 | 0 | 24 | 5E | 33 | 25 | 59 | 1A |
| Octal | 176 | 121 | 7 | 0 | 44 | 136 | 63 | 45 | 131 | 32 |
| Binary | 1111110 | 1010001 | 111 | 0 | 100100 | 1011110 | 110011 | 100101 | 1011001 | 11010 |
Color Harmonies of #7E5107
Complementary color
Monochromatic Colors of #7E5107
Black with #7E5107
Text Example
Text Example
White with #7E5107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5107; }
p { color: rgb(126,81,7); }
H1.HeaderClassName
{
color: #7E5107;
}
.AnyTagClassName
{
color: #7E5107;
}
</style>
background-color css
<style>
a { background-color: #7E5107; }
a { background-color: rgb(126,81,7); }
div.DivClassName
{
background-color: #7E5107;
}
.BgClassName
{
background-color: #7E5107;
}
</style>
border-color css
<style>
span { border-color: #7E5107; }
span { border-color: rgb(126,81,7); }
td.TdClassName
{
border-color: #7E5107;
}
.TagClassName
{
border-color: #7E5107;
}
</style>