Shades of Cosmic #7A566E
Tints of Cosmic #7A566E
RGB
CMYK
RGB Variations
Color information
#7A566E (or 0x7A566E) is known color: Cosmic. HEX triplet: 7A, 56 and 6E. RGB value is (122,86,110). Sum of RGB (Red+Green+Blue) = 122+86+110=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 122 - color contains mainly: red. Hex color #7A566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A566E is #85A991. Grayscale: #636363. Windows color (decimal): -8759698 or 7231098. OLE color: 7231098.
HSL color Cylindrical-coordinate representation of color #7A566E: hue angle of 320º 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 #7A566E is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 86 | 110 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.52 |
| HSL | 320º | 0.17% | 0.41% | - |
| HSV(B) | 320º | 0.3% | 0.48% | - |
| XYZ | 14.17 | 11.92 | 16.31 | - |
| YUV | 99.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 110 | 0 | 0.30 | 0.10 | 0.52 | 320 | 0.17 | 0.41 |
| Hex | 7A | 56 | 6E | 0 | 1E | A | 34 | 140 | 11 | 29 |
| Octal | 172 | 126 | 156 | 0 | 36 | 12 | 64 | 500 | 21 | 51 |
| Binary | 1111010 | 1010110 | 1101110 | 0 | 11110 | 1010 | 110100 | 101000000 | 10001 | 101001 |
Color Harmonies of #7A566E
Complementary color
Monochromatic Colors of #7A566E
Black with #7A566E
Text Example
Text Example
White with #7A566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A566E; }
p { color: rgb(122,86,110); }
H1.HeaderClassName
{
color: #7A566E;
}
.AnyTagClassName
{
color: #7A566E;
}
</style>
background-color css
<style>
a { background-color: #7A566E; }
a { background-color: rgb(122,86,110); }
div.DivClassName
{
background-color: #7A566E;
}
.BgClassName
{
background-color: #7A566E;
}
</style>
border-color css
<style>
span { border-color: #7A566E; }
span { border-color: rgb(122,86,110); }
td.TdClassName
{
border-color: #7A566E;
}
.TagClassName
{
border-color: #7A566E;
}
</style>