Shades of Cosmic #7A556C
Tints of Cosmic #7A556C
RGB
CMYK
RGB Variations
Color information
#7A556C (or 0x7A556C) is known color: Cosmic. HEX triplet: 7A, 55 and 6C. RGB value is (122,85,108). Sum of RGB (Red+Green+Blue) = 122+85+108=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 122 - color contains mainly: red. Hex color #7A556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A556C is #85AA93. Grayscale: #626262. Windows color (decimal): -8759956 or 7099770. OLE color: 7099770.
HSL color Cylindrical-coordinate representation of color #7A556C: hue angle of 322.7º 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 #7A556C is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 85 | 108 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.52 |
| HSL | 322.7º | 0.18% | 0.41% | - |
| HSV(B) | 322.7º | 0.3% | 0.48% | - |
| XYZ | 13.98 | 11.72 | 15.71 | - |
| YUV | 98.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 108 | 0 | 0.30 | 0.11 | 0.52 | 322.7 | 0.18 | 0.41 |
| Hex | 7A | 55 | 6C | 0 | 1E | B | 34 | 143 | 12 | 29 |
| Octal | 172 | 125 | 154 | 0 | 36 | 13 | 64 | 503 | 22 | 51 |
| Binary | 1111010 | 1010101 | 1101100 | 0 | 11110 | 1011 | 110100 | 101000011 | 10010 | 101001 |
Color Harmonies of #7A556C
Complementary color
Monochromatic Colors of #7A556C
Black with #7A556C
Text Example
Text Example
White with #7A556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A556C; }
p { color: rgb(122,85,108); }
H1.HeaderClassName
{
color: #7A556C;
}
.AnyTagClassName
{
color: #7A556C;
}
</style>
background-color css
<style>
a { background-color: #7A556C; }
a { background-color: rgb(122,85,108); }
div.DivClassName
{
background-color: #7A556C;
}
.BgClassName
{
background-color: #7A556C;
}
</style>
border-color css
<style>
span { border-color: #7A556C; }
span { border-color: rgb(122,85,108); }
td.TdClassName
{
border-color: #7A556C;
}
.TagClassName
{
border-color: #7A556C;
}
</style>