Shades of Raw Umber #7A4A16
Tints of Raw Umber #7A4A16
RGB
CMYK
RGB Variations
Color information
#7A4A16 (or 0x7A4A16) is known color: Raw Umber. HEX triplet: 7A, 4A and 16. RGB value is (122,74,22). Sum of RGB (Red+Green+Blue) = 122+74+22=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4A16 is #85B5E9. Grayscale: #525252. Windows color (decimal): -8762858 or 1460858. OLE color: 1460858.
HSL color Cylindrical-coordinate representation of color #7A4A16: hue angle of 31.2º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A4A16 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 74 | 22 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.52 |
| HSL | 31.2º | 0.69% | 0.28% | - |
| HSV(B) | 31.2º | 0.82% | 0.48% | - |
| XYZ | 10.62 | 9.09 | 1.95 | - |
| YUV | 82.42 | 93.9 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 74 | 22 | 0 | 0.39 | 0.82 | 0.52 | 31.2 | 0.69 | 0.28 |
| Hex | 7A | 4A | 16 | 0 | 27 | 52 | 34 | 1F | 45 | 1C |
| Octal | 172 | 112 | 26 | 0 | 47 | 122 | 64 | 37 | 105 | 34 |
| Binary | 1111010 | 1001010 | 10110 | 0 | 100111 | 1010010 | 110100 | 11111 | 1000101 | 11100 |
Color Harmonies of #7A4A16
Complementary color
Monochromatic Colors of #7A4A16
Black with #7A4A16
Text Example
Text Example
White with #7A4A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4A16; }
p { color: rgb(122,74,22); }
H1.HeaderClassName
{
color: #7A4A16;
}
.AnyTagClassName
{
color: #7A4A16;
}
</style>
background-color css
<style>
a { background-color: #7A4A16; }
a { background-color: rgb(122,74,22); }
div.DivClassName
{
background-color: #7A4A16;
}
.BgClassName
{
background-color: #7A4A16;
}
</style>
border-color css
<style>
span { border-color: #7A4A16; }
span { border-color: rgb(122,74,22); }
td.TdClassName
{
border-color: #7A4A16;
}
.TagClassName
{
border-color: #7A4A16;
}
</style>