Shades of Cosmic #7A5466
Tints of Cosmic #7A5466
RGB
CMYK
RGB Variations
Color information
#7A5466 (or 0x7A5466) is known color: Cosmic. HEX triplet: 7A, 54 and 66. RGB value is (122,84,102). Sum of RGB (Red+Green+Blue) = 122+84+102=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5466 is #85AB99. Grayscale: #616161. Windows color (decimal): -8760218 or 6706298. OLE color: 6706298.
HSL color Cylindrical-coordinate representation of color #7A5466: hue angle of 331.58º 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 #7A5466 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 84 | 102 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.52 |
| HSL | 331.58º | 0.18% | 0.4% | - |
| HSV(B) | 331.58º | 0.31% | 0.48% | - |
| XYZ | 13.59 | 11.44 | 14.06 | - |
| YUV | 97.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 102 | 0 | 0.31 | 0.16 | 0.52 | 331.58 | 0.18 | 0.4 |
| Hex | 7A | 54 | 66 | 0 | 1F | 10 | 34 | 14C | 12 | 28 |
| Octal | 172 | 124 | 146 | 0 | 37 | 20 | 64 | 514 | 22 | 50 |
| Binary | 1111010 | 1010100 | 1100110 | 0 | 11111 | 10000 | 110100 | 101001100 | 10010 | 101000 |
Color Harmonies of #7A5466
Complementary color
Monochromatic Colors of #7A5466
Black with #7A5466
Text Example
Text Example
White with #7A5466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5466; }
p { color: rgb(122,84,102); }
H1.HeaderClassName
{
color: #7A5466;
}
.AnyTagClassName
{
color: #7A5466;
}
</style>
background-color css
<style>
a { background-color: #7A5466; }
a { background-color: rgb(122,84,102); }
div.DivClassName
{
background-color: #7A5466;
}
.BgClassName
{
background-color: #7A5466;
}
</style>
border-color css
<style>
span { border-color: #7A5466; }
span { border-color: rgb(122,84,102); }
td.TdClassName
{
border-color: #7A5466;
}
.TagClassName
{
border-color: #7A5466;
}
</style>