Shades of Raw Umber #7A4804
Tints of Raw Umber #7A4804
RGB
CMYK
RGB Variations
Color information
#7A4804 (or 0x7A4804) is known color: Raw Umber. HEX triplet: 7A, 48 and 04. RGB value is (122,72,4). Sum of RGB (Red+Green+Blue) = 122+72+4=198 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.62% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4804 is #85B7FB. Grayscale: #4F4F4F. Windows color (decimal): -8763388 or 280698. OLE color: 280698.
HSL color Cylindrical-coordinate representation of color #7A4804: hue angle of 34.58º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A4804 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 72 | 4 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.52 |
| HSL | 34.58º | 0.94% | 0.25% | - |
| HSV(B) | 34.58º | 0.97% | 0.48% | - |
| XYZ | 10.37 | 8.78 | 1.26 | - |
| YUV | 79.2 | 85.57 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 72 | 4 | 0 | 0.41 | 0.97 | 0.52 | 34.58 | 0.94 | 0.25 |
| Hex | 7A | 48 | 4 | 0 | 29 | 61 | 34 | 23 | 5E | 19 |
| Octal | 172 | 110 | 4 | 0 | 51 | 141 | 64 | 43 | 136 | 31 |
| Binary | 1111010 | 1001000 | 100 | 0 | 101001 | 1100001 | 110100 | 100011 | 1011110 | 11001 |
Color Harmonies of #7A4804
Complementary color
Monochromatic Colors of #7A4804
Black with #7A4804
Text Example
Text Example
White with #7A4804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4804; }
p { color: rgb(122,72,4); }
H1.HeaderClassName
{
color: #7A4804;
}
.AnyTagClassName
{
color: #7A4804;
}
</style>
background-color css
<style>
a { background-color: #7A4804; }
a { background-color: rgb(122,72,4); }
div.DivClassName
{
background-color: #7A4804;
}
.BgClassName
{
background-color: #7A4804;
}
</style>
border-color css
<style>
span { border-color: #7A4804; }
span { border-color: rgb(122,72,4); }
td.TdClassName
{
border-color: #7A4804;
}
.TagClassName
{
border-color: #7A4804;
}
</style>