Shades of Raw Umber #7E5000
Tints of Raw Umber #7E5000
RGB
CMYK
RGB Variations
Color information
#7E5000 (or 0x7E5000) is known color: Raw Umber. HEX triplet: 7E, 50 and 00. RGB value is (126,80,0). Sum of RGB (Red+Green+Blue) = 126+80+0=206 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.17% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5000 is #81AFFF. Grayscale: #555555. Windows color (decimal): -8499200 or 20606. OLE color: 20606.
HSL color Cylindrical-coordinate representation of color #7E5000: hue angle of 38.1º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E5000 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 80 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.51 |
| HSL | 38.1º | 1% | 0.25% | - |
| HSV(B) | 38.1º | 1% | 0.49% | - |
| XYZ | 11.47 | 10.17 | 1.36 | - |
| YUV | 84.63 | 80.24 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 0 | 0 | 0.37 | 1 | 0.51 | 38.1 | 1 | 0.25 |
| Hex | 7E | 50 | 0 | 0 | 25 | 64 | 33 | 26 | 64 | 19 |
| Octal | 176 | 120 | 0 | 0 | 45 | 144 | 63 | 46 | 144 | 31 |
| Binary | 1111110 | 1010000 | 0 | 0 | 100101 | 1100100 | 110011 | 100110 | 1100100 | 11001 |
Color Harmonies of #7E5000
Complementary color
Monochromatic Colors of #7E5000
Black with #7E5000
Text Example
Text Example
White with #7E5000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5000; }
p { color: rgb(126,80,0); }
H1.HeaderClassName
{
color: #7E5000;
}
.AnyTagClassName
{
color: #7E5000;
}
</style>
background-color css
<style>
a { background-color: #7E5000; }
a { background-color: rgb(126,80,0); }
div.DivClassName
{
background-color: #7E5000;
}
.BgClassName
{
background-color: #7E5000;
}
</style>
border-color css
<style>
span { border-color: #7E5000; }
span { border-color: rgb(126,80,0); }
td.TdClassName
{
border-color: #7E5000;
}
.TagClassName
{
border-color: #7E5000;
}
</style>