Shades of Raw Umber #7A5900
Tints of Raw Umber #7A5900
RGB
CMYK
RGB Variations
Color information
#7A5900 (or 0x7A5900) is known color: Raw Umber. HEX triplet: 7A, 59 and 00. RGB value is (122,89,0). Sum of RGB (Red+Green+Blue) = 122+89+0=211 (27% of max value = 765). Red value is 122 (48.05% from 255 or 57.82% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5900 is #85A6FF. Grayscale: #595959. Windows color (decimal): -8759040 or 22906. OLE color: 22906.
HSL color Cylindrical-coordinate representation of color #7A5900: hue angle of 43.77º 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 #7A5900 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 89 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.52 |
| HSL | 43.77º | 1% | 0.24% | - |
| HSV(B) | 43.77º | 1% | 0.48% | - |
| XYZ | 11.6 | 11.28 | 1.57 | - |
| YUV | 88.72 | 77.93 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 0 | 0 | 0.27 | 1 | 0.52 | 43.77 | 1 | 0.24 |
| Hex | 7A | 59 | 0 | 0 | 1B | 64 | 34 | 2C | 64 | 18 |
| Octal | 172 | 131 | 0 | 0 | 33 | 144 | 64 | 54 | 144 | 30 |
| Binary | 1111010 | 1011001 | 0 | 0 | 11011 | 1100100 | 110100 | 101100 | 1100100 | 11000 |
Color Harmonies of #7A5900
Complementary color
Monochromatic Colors of #7A5900
Black with #7A5900
Text Example
Text Example
White with #7A5900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5900; }
p { color: rgb(122,89,0); }
H1.HeaderClassName
{
color: #7A5900;
}
.AnyTagClassName
{
color: #7A5900;
}
</style>
background-color css
<style>
a { background-color: #7A5900; }
a { background-color: rgb(122,89,0); }
div.DivClassName
{
background-color: #7A5900;
}
.BgClassName
{
background-color: #7A5900;
}
</style>
border-color css
<style>
span { border-color: #7A5900; }
span { border-color: rgb(122,89,0); }
td.TdClassName
{
border-color: #7A5900;
}
.TagClassName
{
border-color: #7A5900;
}
</style>