Shades of Cosmic #7A5166
Tints of Cosmic #7A5166
RGB
CMYK
RGB Variations
Color information
#7A5166 (or 0x7A5166) is known color: Cosmic. HEX triplet: 7A, 51 and 66. RGB value is (122,81,102). Sum of RGB (Red+Green+Blue) = 122+81+102=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5166 is #85AE99. Grayscale: #5F5F5F. Windows color (decimal): -8760986 or 6705530. OLE color: 6705530.
HSL color Cylindrical-coordinate representation of color #7A5166: hue angle of 329.27º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A5166 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 81 | 102 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.52 |
| HSL | 329.27º | 0.2% | 0.4% | - |
| HSV(B) | 329.27º | 0.34% | 0.48% | - |
| XYZ | 13.37 | 10.98 | 13.99 | - |
| YUV | 95.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 102 | 0 | 0.34 | 0.16 | 0.52 | 329.27 | 0.2 | 0.4 |
| Hex | 7A | 51 | 66 | 0 | 22 | 10 | 34 | 149 | 14 | 28 |
| Octal | 172 | 121 | 146 | 0 | 42 | 20 | 64 | 511 | 24 | 50 |
| Binary | 1111010 | 1010001 | 1100110 | 0 | 100010 | 10000 | 110100 | 101001001 | 10100 | 101000 |
Color Harmonies of #7A5166
Complementary color
Monochromatic Colors of #7A5166
Black with #7A5166
Text Example
Text Example
White with #7A5166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5166; }
p { color: rgb(122,81,102); }
H1.HeaderClassName
{
color: #7A5166;
}
.AnyTagClassName
{
color: #7A5166;
}
</style>
background-color css
<style>
a { background-color: #7A5166; }
a { background-color: rgb(122,81,102); }
div.DivClassName
{
background-color: #7A5166;
}
.BgClassName
{
background-color: #7A5166;
}
</style>
border-color css
<style>
span { border-color: #7A5166; }
span { border-color: rgb(122,81,102); }
td.TdClassName
{
border-color: #7A5166;
}
.TagClassName
{
border-color: #7A5166;
}
</style>