Shades of Russet #7A5020
Tints of Russet #7A5020
RGB
CMYK
RGB Variations
Color information
#7A5020 (or 0x7A5020) is known color: Russet. HEX triplet: 7A, 50 and 20. RGB value is (122,80,32). Sum of RGB (Red+Green+Blue) = 122+80+32=234 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.14% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5020 is #85AFDF. Grayscale: #575757. Windows color (decimal): -8761312 or 2117754. OLE color: 2117754.
HSL color Cylindrical-coordinate representation of color #7A5020: hue angle of 32º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A5020 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 80 | 32 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.52 |
| HSL | 32º | 0.58% | 0.3% | - |
| HSV(B) | 32º | 0.74% | 0.48% | - |
| XYZ | 11.16 | 9.98 | 2.7 | - |
| YUV | 87.09 | 96.91 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 32 | 0 | 0.34 | 0.74 | 0.52 | 32 | 0.58 | 0.3 |
| Hex | 7A | 50 | 20 | 0 | 22 | 4A | 34 | 20 | 3A | 1E |
| Octal | 172 | 120 | 40 | 0 | 42 | 112 | 64 | 40 | 72 | 36 |
| Binary | 1111010 | 1010000 | 100000 | 0 | 100010 | 1001010 | 110100 | 100000 | 111010 | 11110 |
Color Harmonies of #7A5020
Complementary color
Monochromatic Colors of #7A5020
Black with #7A5020
Text Example
Text Example
White with #7A5020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5020; }
p { color: rgb(122,80,32); }
H1.HeaderClassName
{
color: #7A5020;
}
.AnyTagClassName
{
color: #7A5020;
}
</style>
background-color css
<style>
a { background-color: #7A5020; }
a { background-color: rgb(122,80,32); }
div.DivClassName
{
background-color: #7A5020;
}
.BgClassName
{
background-color: #7A5020;
}
</style>
border-color css
<style>
span { border-color: #7A5020; }
span { border-color: rgb(122,80,32); }
td.TdClassName
{
border-color: #7A5020;
}
.TagClassName
{
border-color: #7A5020;
}
</style>