Shades of Cosmic #7A566A
Tints of Cosmic #7A566A
RGB
CMYK
RGB Variations
Color information
#7A566A (or 0x7A566A) is known color: Cosmic. HEX triplet: 7A, 56 and 6A. RGB value is (122,86,106). Sum of RGB (Red+Green+Blue) = 122+86+106=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 122 - color contains mainly: red. Hex color #7A566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A566A is #85A995. Grayscale: #636363. Windows color (decimal): -8759702 or 6968954. OLE color: 6968954.
HSL color Cylindrical-coordinate representation of color #7A566A: hue angle of 326.67º 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 #7A566A is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 86 | 106 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.52 |
| HSL | 326.67º | 0.17% | 0.41% | - |
| HSV(B) | 326.67º | 0.3% | 0.48% | - |
| XYZ | 13.96 | 11.83 | 15.18 | - |
| YUV | 99.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 106 | 0 | 0.30 | 0.13 | 0.52 | 326.67 | 0.17 | 0.41 |
| Hex | 7A | 56 | 6A | 0 | 1E | D | 34 | 147 | 11 | 29 |
| Octal | 172 | 126 | 152 | 0 | 36 | 15 | 64 | 507 | 21 | 51 |
| Binary | 1111010 | 1010110 | 1101010 | 0 | 11110 | 1101 | 110100 | 101000111 | 10001 | 101001 |
Color Harmonies of #7A566A
Complementary color
Monochromatic Colors of #7A566A
Black with #7A566A
Text Example
Text Example
White with #7A566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A566A; }
p { color: rgb(122,86,106); }
H1.HeaderClassName
{
color: #7A566A;
}
.AnyTagClassName
{
color: #7A566A;
}
</style>
background-color css
<style>
a { background-color: #7A566A; }
a { background-color: rgb(122,86,106); }
div.DivClassName
{
background-color: #7A566A;
}
.BgClassName
{
background-color: #7A566A;
}
</style>
border-color css
<style>
span { border-color: #7A566A; }
span { border-color: rgb(122,86,106); }
td.TdClassName
{
border-color: #7A566A;
}
.TagClassName
{
border-color: #7A566A;
}
</style>