Shades of Cosmic #7A5568
Tints of Cosmic #7A5568
RGB
CMYK
RGB Variations
Color information
#7A5568 (or 0x7A5568) is known color: Cosmic. HEX triplet: 7A, 55 and 68. RGB value is (122,85,104). Sum of RGB (Red+Green+Blue) = 122+85+104=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5568 is #85AA97. Grayscale: #626262. Windows color (decimal): -8759960 or 6837626. OLE color: 6837626.
HSL color Cylindrical-coordinate representation of color #7A5568: hue angle of 329.19º 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 #7A5568 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 85 | 104 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.52 |
| HSL | 329.19º | 0.18% | 0.41% | - |
| HSV(B) | 329.19º | 0.3% | 0.48% | - |
| XYZ | 13.77 | 11.63 | 14.62 | - |
| YUV | 98.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 104 | 0 | 0.30 | 0.15 | 0.52 | 329.19 | 0.18 | 0.41 |
| Hex | 7A | 55 | 68 | 0 | 1E | F | 34 | 149 | 12 | 29 |
| Octal | 172 | 125 | 150 | 0 | 36 | 17 | 64 | 511 | 22 | 51 |
| Binary | 1111010 | 1010101 | 1101000 | 0 | 11110 | 1111 | 110100 | 101001001 | 10010 | 101001 |
Color Harmonies of #7A5568
Complementary color
Monochromatic Colors of #7A5568
Black with #7A5568
Text Example
Text Example
White with #7A5568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5568; }
p { color: rgb(122,85,104); }
H1.HeaderClassName
{
color: #7A5568;
}
.AnyTagClassName
{
color: #7A5568;
}
</style>
background-color css
<style>
a { background-color: #7A5568; }
a { background-color: rgb(122,85,104); }
div.DivClassName
{
background-color: #7A5568;
}
.BgClassName
{
background-color: #7A5568;
}
</style>
border-color css
<style>
span { border-color: #7A5568; }
span { border-color: rgb(122,85,104); }
td.TdClassName
{
border-color: #7A5568;
}
.TagClassName
{
border-color: #7A5568;
}
</style>