Shades of Raw Umber #7E5702
Tints of Raw Umber #7E5702
RGB
CMYK
RGB Variations
Color information
#7E5702 (or 0x7E5702) is known color: Raw Umber. HEX triplet: 7E, 57 and 02. RGB value is (126,87,2). Sum of RGB (Red+Green+Blue) = 126+87+2=215 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.60% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5702 is #81A8FD. Grayscale: #595959. Windows color (decimal): -8497406 or 153470. OLE color: 153470.
HSL color Cylindrical-coordinate representation of color #7E5702: hue angle of 41.13º 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 #7E5702 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 87 | 2 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.51 |
| HSL | 41.13º | 0.97% | 0.25% | - |
| HSV(B) | 41.13º | 0.98% | 0.49% | - |
| XYZ | 12.02 | 11.26 | 1.6 | - |
| YUV | 88.97 | 78.92 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 87 | 2 | 0 | 0.31 | 0.98 | 0.51 | 41.13 | 0.97 | 0.25 |
| Hex | 7E | 57 | 2 | 0 | 1F | 62 | 33 | 29 | 61 | 19 |
| Octal | 176 | 127 | 2 | 0 | 37 | 142 | 63 | 51 | 141 | 31 |
| Binary | 1111110 | 1010111 | 10 | 0 | 11111 | 1100010 | 110011 | 101001 | 1100001 | 11001 |
Color Harmonies of #7E5702
Complementary color
Monochromatic Colors of #7E5702
Black with #7E5702
Text Example
Text Example
White with #7E5702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5702; }
p { color: rgb(126,87,2); }
H1.HeaderClassName
{
color: #7E5702;
}
.AnyTagClassName
{
color: #7E5702;
}
</style>
background-color css
<style>
a { background-color: #7E5702; }
a { background-color: rgb(126,87,2); }
div.DivClassName
{
background-color: #7E5702;
}
.BgClassName
{
background-color: #7E5702;
}
</style>
border-color css
<style>
span { border-color: #7E5702; }
span { border-color: rgb(126,87,2); }
td.TdClassName
{
border-color: #7E5702;
}
.TagClassName
{
border-color: #7E5702;
}
</style>