Shades of Russett #7A6158
Tints of Russett #7A6158
RGB
CMYK
RGB Variations
Color information
#7A6158 (or 0x7A6158) is known color: Russett. HEX triplet: 7A, 61 and 58. RGB value is (122,97,88). Sum of RGB (Red+Green+Blue) = 122+97+88=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6158 is #859EA7. Grayscale: #676767. Windows color (decimal): -8756904 or 5792122. OLE color: 5792122.
HSL color Cylindrical-coordinate representation of color #7A6158: hue angle of 15.88º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A6158 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 97 | 88 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.52 |
| HSL | 15.88º | 0.16% | 0.41% | - |
| HSV(B) | 15.88º | 0.28% | 0.48% | - |
| XYZ | 14.06 | 13.39 | 11.08 | - |
| YUV | 103.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 97 | 88 | 0 | 0.20 | 0.28 | 0.52 | 15.88 | 0.16 | 0.41 |
| Hex | 7A | 61 | 58 | 0 | 14 | 1C | 34 | 10 | 10 | 29 |
| Octal | 172 | 141 | 130 | 0 | 24 | 34 | 64 | 20 | 20 | 51 |
| Binary | 1111010 | 1100001 | 1011000 | 0 | 10100 | 11100 | 110100 | 10000 | 10000 | 101001 |
Color Harmonies of #7A6158
Complementary color
Monochromatic Colors of #7A6158
Black with #7A6158
Text Example
Text Example
White with #7A6158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6158; }
p { color: rgb(122,97,88); }
H1.HeaderClassName
{
color: #7A6158;
}
.AnyTagClassName
{
color: #7A6158;
}
</style>
background-color css
<style>
a { background-color: #7A6158; }
a { background-color: rgb(122,97,88); }
div.DivClassName
{
background-color: #7A6158;
}
.BgClassName
{
background-color: #7A6158;
}
</style>
border-color css
<style>
span { border-color: #7A6158; }
span { border-color: rgb(122,97,88); }
td.TdClassName
{
border-color: #7A6158;
}
.TagClassName
{
border-color: #7A6158;
}
</style>