Shades of Raw Umber #7A4904
Tints of Raw Umber #7A4904
RGB
CMYK
RGB Variations
Color information
#7A4904 (or 0x7A4904) is known color: Raw Umber. HEX triplet: 7A, 49 and 04. RGB value is (122,73,4). Sum of RGB (Red+Green+Blue) = 122+73+4=199 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.31% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4904 is #85B6FB. Grayscale: #505050. Windows color (decimal): -8763132 or 280954. OLE color: 280954.
HSL color Cylindrical-coordinate representation of color #7A4904: hue angle of 35.08º 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 #7A4904 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 73 | 4 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.52 |
| HSL | 35.08º | 0.94% | 0.25% | - |
| HSV(B) | 35.08º | 0.97% | 0.48% | - |
| XYZ | 10.43 | 8.91 | 1.29 | - |
| YUV | 79.79 | 85.23 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 4 | 0 | 0.40 | 0.97 | 0.52 | 35.08 | 0.94 | 0.25 |
| Hex | 7A | 49 | 4 | 0 | 28 | 61 | 34 | 23 | 5E | 19 |
| Octal | 172 | 111 | 4 | 0 | 50 | 141 | 64 | 43 | 136 | 31 |
| Binary | 1111010 | 1001001 | 100 | 0 | 101000 | 1100001 | 110100 | 100011 | 1011110 | 11001 |
Color Harmonies of #7A4904
Complementary color
Monochromatic Colors of #7A4904
Black with #7A4904
Text Example
Text Example
White with #7A4904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4904; }
p { color: rgb(122,73,4); }
H1.HeaderClassName
{
color: #7A4904;
}
.AnyTagClassName
{
color: #7A4904;
}
</style>
background-color css
<style>
a { background-color: #7A4904; }
a { background-color: rgb(122,73,4); }
div.DivClassName
{
background-color: #7A4904;
}
.BgClassName
{
background-color: #7A4904;
}
</style>
border-color css
<style>
span { border-color: #7A4904; }
span { border-color: rgb(122,73,4); }
td.TdClassName
{
border-color: #7A4904;
}
.TagClassName
{
border-color: #7A4904;
}
</style>