Shades of Cosmic #7A566C
Tints of Cosmic #7A566C
RGB
CMYK
RGB Variations
Color information
#7A566C (or 0x7A566C) is known color: Cosmic. HEX triplet: 7A, 56 and 6C. RGB value is (122,86,108). Sum of RGB (Red+Green+Blue) = 122+86+108=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 122 - color contains mainly: red. Hex color #7A566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A566C is #85A993. Grayscale: #636363. Windows color (decimal): -8759700 or 7100026. OLE color: 7100026.
HSL color Cylindrical-coordinate representation of color #7A566C: hue angle of 323.33º degrees, saturation: 0.17, 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 #7A566C is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 86 | 108 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.52 |
| HSL | 323.33º | 0.17% | 0.41% | - |
| HSV(B) | 323.33º | 0.3% | 0.48% | - |
| XYZ | 14.06 | 11.88 | 15.74 | - |
| YUV | 99.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 108 | 0 | 0.30 | 0.11 | 0.52 | 323.33 | 0.17 | 0.41 |
| Hex | 7A | 56 | 6C | 0 | 1E | B | 34 | 143 | 11 | 29 |
| Octal | 172 | 126 | 154 | 0 | 36 | 13 | 64 | 503 | 21 | 51 |
| Binary | 1111010 | 1010110 | 1101100 | 0 | 11110 | 1011 | 110100 | 101000011 | 10001 | 101001 |
Color Harmonies of #7A566C
Complementary color
Monochromatic Colors of #7A566C
Black with #7A566C
Text Example
Text Example
White with #7A566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A566C; }
p { color: rgb(122,86,108); }
H1.HeaderClassName
{
color: #7A566C;
}
.AnyTagClassName
{
color: #7A566C;
}
</style>
background-color css
<style>
a { background-color: #7A566C; }
a { background-color: rgb(122,86,108); }
div.DivClassName
{
background-color: #7A566C;
}
.BgClassName
{
background-color: #7A566C;
}
</style>
border-color css
<style>
span { border-color: #7A566C; }
span { border-color: rgb(122,86,108); }
td.TdClassName
{
border-color: #7A566C;
}
.TagClassName
{
border-color: #7A566C;
}
</style>