Shades of Raw Umber #7A5E01
Tints of Raw Umber #7A5E01
RGB
CMYK
RGB Variations
Color information
#7A5E01 (or 0x7A5E01) is known color: Raw Umber. HEX triplet: 7A, 5E and 01. RGB value is (122,94,1). Sum of RGB (Red+Green+Blue) = 122+94+1=217 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.22% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5E01 is #85A1FE. Grayscale: #5C5C5C. Windows color (decimal): -8757759 or 89722. OLE color: 89722.
HSL color Cylindrical-coordinate representation of color #7A5E01: hue angle of 46.12º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A5E01 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 94 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.52 |
| HSL | 46.12º | 0.98% | 0.24% | - |
| HSV(B) | 46.12º | 0.99% | 0.48% | - |
| XYZ | 12.03 | 12.15 | 1.74 | - |
| YUV | 91.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 94 | 1 | 0 | 0.23 | 0.99 | 0.52 | 46.12 | 0.98 | 0.24 |
| Hex | 7A | 5E | 1 | 0 | 17 | 63 | 34 | 2E | 62 | 18 |
| Octal | 172 | 136 | 1 | 0 | 27 | 143 | 64 | 56 | 142 | 30 |
| Binary | 1111010 | 1011110 | 1 | 0 | 10111 | 1100011 | 110100 | 101110 | 1100010 | 11000 |
Color Harmonies of #7A5E01
Complementary color
Monochromatic Colors of #7A5E01
Black with #7A5E01
Text Example
Text Example
White with #7A5E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5E01; }
p { color: rgb(122,94,1); }
H1.HeaderClassName
{
color: #7A5E01;
}
.AnyTagClassName
{
color: #7A5E01;
}
</style>
background-color css
<style>
a { background-color: #7A5E01; }
a { background-color: rgb(122,94,1); }
div.DivClassName
{
background-color: #7A5E01;
}
.BgClassName
{
background-color: #7A5E01;
}
</style>
border-color css
<style>
span { border-color: #7A5E01; }
span { border-color: rgb(122,94,1); }
td.TdClassName
{
border-color: #7A5E01;
}
.TagClassName
{
border-color: #7A5E01;
}
</style>