Shades of Cosmic #7A596E
Tints of Cosmic #7A596E
RGB
CMYK
RGB Variations
Color information
#7A596E (or 0x7A596E) is known color: Cosmic. HEX triplet: 7A, 59 and 6E. RGB value is (122,89,110). Sum of RGB (Red+Green+Blue) = 122+89+110=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 122 - color contains mainly: red. Hex color #7A596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A596E is #85A691. Grayscale: #656565. Windows color (decimal): -8758930 or 7231866. OLE color: 7231866.
HSL color Cylindrical-coordinate representation of color #7A596E: hue angle of 321.82º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A596E is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 89 | 110 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.52 |
| HSL | 321.82º | 0.16% | 0.41% | - |
| HSV(B) | 321.82º | 0.27% | 0.48% | - |
| XYZ | 14.41 | 12.41 | 16.39 | - |
| YUV | 101.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 110 | 0 | 0.27 | 0.10 | 0.52 | 321.82 | 0.16 | 0.41 |
| Hex | 7A | 59 | 6E | 0 | 1B | A | 34 | 142 | 10 | 29 |
| Octal | 172 | 131 | 156 | 0 | 33 | 12 | 64 | 502 | 20 | 51 |
| Binary | 1111010 | 1011001 | 1101110 | 0 | 11011 | 1010 | 110100 | 101000010 | 10000 | 101001 |
Color Harmonies of #7A596E
Complementary color
Monochromatic Colors of #7A596E
Black with #7A596E
Text Example
Text Example
White with #7A596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A596E; }
p { color: rgb(122,89,110); }
H1.HeaderClassName
{
color: #7A596E;
}
.AnyTagClassName
{
color: #7A596E;
}
</style>
background-color css
<style>
a { background-color: #7A596E; }
a { background-color: rgb(122,89,110); }
div.DivClassName
{
background-color: #7A596E;
}
.BgClassName
{
background-color: #7A596E;
}
</style>
border-color css
<style>
span { border-color: #7A596E; }
span { border-color: rgb(122,89,110); }
td.TdClassName
{
border-color: #7A596E;
}
.TagClassName
{
border-color: #7A596E;
}
</style>