Shades of Russett #7A615C
Tints of Russett #7A615C
RGB
CMYK
RGB Variations
Color information
#7A615C (or 0x7A615C) is known color: Russett. HEX triplet: 7A, 61 and 5C. RGB value is (122,97,92). Sum of RGB (Red+Green+Blue) = 122+97+92=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 122 - color contains mainly: red. Hex color #7A615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A615C is #859EA3. Grayscale: #676767. Windows color (decimal): -8756900 or 6054266. OLE color: 6054266.
HSL color Cylindrical-coordinate representation of color #7A615C: hue angle of 10º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A615C is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 97 | 92 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.52 |
| HSL | 10º | 0.14% | 0.42% | - |
| HSV(B) | 10º | 0.25% | 0.48% | - |
| XYZ | 14.23 | 13.46 | 11.97 | - |
| YUV | 103.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 97 | 92 | 0 | 0.20 | 0.25 | 0.52 | 10 | 0.14 | 0.42 |
| Hex | 7A | 61 | 5C | 0 | 14 | 19 | 34 | A | E | 2A |
| Octal | 172 | 141 | 134 | 0 | 24 | 31 | 64 | 12 | 16 | 52 |
| Binary | 1111010 | 1100001 | 1011100 | 0 | 10100 | 11001 | 110100 | 1010 | 1110 | 101010 |
Color Harmonies of #7A615C
Complementary color
Monochromatic Colors of #7A615C
Black with #7A615C
Text Example
Text Example
White with #7A615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A615C; }
p { color: rgb(122,97,92); }
H1.HeaderClassName
{
color: #7A615C;
}
.AnyTagClassName
{
color: #7A615C;
}
</style>
background-color css
<style>
a { background-color: #7A615C; }
a { background-color: rgb(122,97,92); }
div.DivClassName
{
background-color: #7A615C;
}
.BgClassName
{
background-color: #7A615C;
}
</style>
border-color css
<style>
span { border-color: #7A615C; }
span { border-color: rgb(122,97,92); }
td.TdClassName
{
border-color: #7A615C;
}
.TagClassName
{
border-color: #7A615C;
}
</style>