Shades of Cosmic #7A5460
Tints of Cosmic #7A5460
RGB
CMYK
RGB Variations
Color information
#7A5460 (or 0x7A5460) is known color: Cosmic. HEX triplet: 7A, 54 and 60. RGB value is (122,84,96). Sum of RGB (Red+Green+Blue) = 122+84+96=302 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.40% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5460 is #85AB9F. Grayscale: #606060. Windows color (decimal): -8760224 or 6313082. OLE color: 6313082.
HSL color Cylindrical-coordinate representation of color #7A5460: hue angle of 341.05º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A5460 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 84 | 96 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.52 |
| HSL | 341.05º | 0.18% | 0.4% | - |
| HSV(B) | 341.05º | 0.31% | 0.48% | - |
| XYZ | 13.31 | 11.32 | 12.55 | - |
| YUV | 96.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 96 | 0 | 0.31 | 0.21 | 0.52 | 341.05 | 0.18 | 0.4 |
| Hex | 7A | 54 | 60 | 0 | 1F | 15 | 34 | 155 | 12 | 28 |
| Octal | 172 | 124 | 140 | 0 | 37 | 25 | 64 | 525 | 22 | 50 |
| Binary | 1111010 | 1010100 | 1100000 | 0 | 11111 | 10101 | 110100 | 101010101 | 10010 | 101000 |
Color Harmonies of #7A5460
Complementary color
Monochromatic Colors of #7A5460
Black with #7A5460
Text Example
Text Example
White with #7A5460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5460; }
p { color: rgb(122,84,96); }
H1.HeaderClassName
{
color: #7A5460;
}
.AnyTagClassName
{
color: #7A5460;
}
</style>
background-color css
<style>
a { background-color: #7A5460; }
a { background-color: rgb(122,84,96); }
div.DivClassName
{
background-color: #7A5460;
}
.BgClassName
{
background-color: #7A5460;
}
</style>
border-color css
<style>
span { border-color: #7A5460; }
span { border-color: rgb(122,84,96); }
td.TdClassName
{
border-color: #7A5460;
}
.TagClassName
{
border-color: #7A5460;
}
</style>