Shades of Raw Umber #7E4002
Tints of Raw Umber #7E4002
RGB
CMYK
RGB Variations
Color information
#7E4002 (or 0x7E4002) is known color: Raw Umber. HEX triplet: 7E, 40 and 02. RGB value is (126,64,2). Sum of RGB (Red+Green+Blue) = 126+64+2=192 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.62% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4002 is #81BFFD. Grayscale: #4B4B4B. Windows color (decimal): -8503294 or 147582. OLE color: 147582.
HSL color Cylindrical-coordinate representation of color #7E4002: hue angle of 30º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E4002 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 64 | 2 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.51 |
| HSL | 30º | 0.97% | 0.25% | - |
| HSV(B) | 30º | 0.98% | 0.49% | - |
| XYZ | 10.45 | 8.11 | 1.07 | - |
| YUV | 75.47 | 86.54 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 64 | 2 | 0 | 0.49 | 0.98 | 0.51 | 30 | 0.97 | 0.25 |
| Hex | 7E | 40 | 2 | 0 | 31 | 62 | 33 | 1E | 61 | 19 |
| Octal | 176 | 100 | 2 | 0 | 61 | 142 | 63 | 36 | 141 | 31 |
| Binary | 1111110 | 1000000 | 10 | 0 | 110001 | 1100010 | 110011 | 11110 | 1100001 | 11001 |
Color Harmonies of #7E4002
Complementary color
Monochromatic Colors of #7E4002
Black with #7E4002
Text Example
Text Example
White with #7E4002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4002; }
p { color: rgb(126,64,2); }
H1.HeaderClassName
{
color: #7E4002;
}
.AnyTagClassName
{
color: #7E4002;
}
</style>
background-color css
<style>
a { background-color: #7E4002; }
a { background-color: rgb(126,64,2); }
div.DivClassName
{
background-color: #7E4002;
}
.BgClassName
{
background-color: #7E4002;
}
</style>
border-color css
<style>
span { border-color: #7E4002; }
span { border-color: rgb(126,64,2); }
td.TdClassName
{
border-color: #7E4002;
}
.TagClassName
{
border-color: #7E4002;
}
</style>