Shades of Raw Umber #7A4900
Tints of Raw Umber #7A4900
RGB
CMYK
RGB Variations
Color information
#7A4900 (or 0x7A4900) is known color: Raw Umber. HEX triplet: 7A, 49 and 00. RGB value is (122,73,0). Sum of RGB (Red+Green+Blue) = 122+73+0=195 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.56% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4900 is #85B6FF. Grayscale: #4F4F4F. Windows color (decimal): -8763136 or 18810. OLE color: 18810.
HSL color Cylindrical-coordinate representation of color #7A4900: hue angle of 35.9º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A4900 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 73 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.52 |
| HSL | 35.9º | 1% | 0.24% | - |
| HSV(B) | 35.9º | 1% | 0.48% | - |
| XYZ | 10.41 | 8.9 | 1.17 | - |
| YUV | 79.33 | 83.23 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 0 | 0 | 0.40 | 1 | 0.52 | 35.9 | 1 | 0.24 |
| Hex | 7A | 49 | 0 | 0 | 28 | 64 | 34 | 24 | 64 | 18 |
| Octal | 172 | 111 | 0 | 0 | 50 | 144 | 64 | 44 | 144 | 30 |
| Binary | 1111010 | 1001001 | 0 | 0 | 101000 | 1100100 | 110100 | 100100 | 1100100 | 11000 |
Color Harmonies of #7A4900
Complementary color
Monochromatic Colors of #7A4900
Black with #7A4900
Text Example
Text Example
White with #7A4900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4900; }
p { color: rgb(122,73,0); }
H1.HeaderClassName
{
color: #7A4900;
}
.AnyTagClassName
{
color: #7A4900;
}
</style>
background-color css
<style>
a { background-color: #7A4900; }
a { background-color: rgb(122,73,0); }
div.DivClassName
{
background-color: #7A4900;
}
.BgClassName
{
background-color: #7A4900;
}
</style>
border-color css
<style>
span { border-color: #7A4900; }
span { border-color: rgb(122,73,0); }
td.TdClassName
{
border-color: #7A4900;
}
.TagClassName
{
border-color: #7A4900;
}
</style>