Shades of Cosmic #7A556E
Tints of Cosmic #7A556E
RGB
CMYK
RGB Variations
Color information
#7A556E (or 0x7A556E) is known color: Cosmic. HEX triplet: 7A, 55 and 6E. RGB value is (122,85,110). Sum of RGB (Red+Green+Blue) = 122+85+110=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 122 - color contains mainly: red. Hex color #7A556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A556E is #85AA91. Grayscale: #626262. Windows color (decimal): -8759954 or 7230842. OLE color: 7230842.
HSL color Cylindrical-coordinate representation of color #7A556E: hue angle of 319.46º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A556E is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 85 | 110 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.52 |
| HSL | 319.46º | 0.18% | 0.41% | - |
| HSV(B) | 319.46º | 0.3% | 0.48% | - |
| XYZ | 14.09 | 11.76 | 16.28 | - |
| YUV | 98.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 110 | 0 | 0.30 | 0.10 | 0.52 | 319.46 | 0.18 | 0.41 |
| Hex | 7A | 55 | 6E | 0 | 1E | A | 34 | 13F | 12 | 29 |
| Octal | 172 | 125 | 156 | 0 | 36 | 12 | 64 | 477 | 22 | 51 |
| Binary | 1111010 | 1010101 | 1101110 | 0 | 11110 | 1010 | 110100 | 100111111 | 10010 | 101001 |
Color Harmonies of #7A556E
Complementary color
Monochromatic Colors of #7A556E
Black with #7A556E
Text Example
Text Example
White with #7A556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A556E; }
p { color: rgb(122,85,110); }
H1.HeaderClassName
{
color: #7A556E;
}
.AnyTagClassName
{
color: #7A556E;
}
</style>
background-color css
<style>
a { background-color: #7A556E; }
a { background-color: rgb(122,85,110); }
div.DivClassName
{
background-color: #7A556E;
}
.BgClassName
{
background-color: #7A556E;
}
</style>
border-color css
<style>
span { border-color: #7A556E; }
span { border-color: rgb(122,85,110); }
td.TdClassName
{
border-color: #7A556E;
}
.TagClassName
{
border-color: #7A556E;
}
</style>