Shades of Russett #7A6560
Tints of Russett #7A6560
RGB
CMYK
RGB Variations
Color information
#7A6560 (or 0x7A6560) is known color: Russett. HEX triplet: 7A, 65 and 60. RGB value is (122,101,96). Sum of RGB (Red+Green+Blue) = 122+101+96=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6560 is #859A9F. Grayscale: #6A6A6A. Windows color (decimal): -8755872 or 6317434. OLE color: 6317434.
HSL color Cylindrical-coordinate representation of color #7A6560: hue angle of 11.54º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A6560 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 101 | 96 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.52 |
| HSL | 11.54º | 0.12% | 0.43% | - |
| HSV(B) | 11.54º | 0.21% | 0.48% | - |
| XYZ | 14.79 | 14.29 | 13.04 | - |
| YUV | 106.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 96 | 0 | 0.17 | 0.21 | 0.52 | 11.54 | 0.12 | 0.43 |
| Hex | 7A | 65 | 60 | 0 | 11 | 15 | 34 | C | C | 2B |
| Octal | 172 | 145 | 140 | 0 | 21 | 25 | 64 | 14 | 14 | 53 |
| Binary | 1111010 | 1100101 | 1100000 | 0 | 10001 | 10101 | 110100 | 1100 | 1100 | 101011 |
Color Harmonies of #7A6560
Complementary color
Monochromatic Colors of #7A6560
Black with #7A6560
Text Example
Text Example
White with #7A6560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6560; }
p { color: rgb(122,101,96); }
H1.HeaderClassName
{
color: #7A6560;
}
.AnyTagClassName
{
color: #7A6560;
}
</style>
background-color css
<style>
a { background-color: #7A6560; }
a { background-color: rgb(122,101,96); }
div.DivClassName
{
background-color: #7A6560;
}
.BgClassName
{
background-color: #7A6560;
}
</style>
border-color css
<style>
span { border-color: #7A6560; }
span { border-color: rgb(122,101,96); }
td.TdClassName
{
border-color: #7A6560;
}
.TagClassName
{
border-color: #7A6560;
}
</style>