Shades of Cosmic #7A5168
Tints of Cosmic #7A5168
RGB
CMYK
RGB Variations
Color information
#7A5168 (or 0x7A5168) is known color: Cosmic. HEX triplet: 7A, 51 and 68. RGB value is (122,81,104). Sum of RGB (Red+Green+Blue) = 122+81+104=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5168 is #85AE97. Grayscale: #5F5F5F. Windows color (decimal): -8760984 or 6836602. OLE color: 6836602.
HSL color Cylindrical-coordinate representation of color #7A5168: hue angle of 326.34º 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 #7A5168 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 81 | 104 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.52 |
| HSL | 326.34º | 0.2% | 0.4% | - |
| HSV(B) | 326.34º | 0.34% | 0.48% | - |
| XYZ | 13.47 | 11.02 | 14.51 | - |
| YUV | 95.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 104 | 0 | 0.34 | 0.15 | 0.52 | 326.34 | 0.2 | 0.4 |
| Hex | 7A | 51 | 68 | 0 | 22 | F | 34 | 146 | 14 | 28 |
| Octal | 172 | 121 | 150 | 0 | 42 | 17 | 64 | 506 | 24 | 50 |
| Binary | 1111010 | 1010001 | 1101000 | 0 | 100010 | 1111 | 110100 | 101000110 | 10100 | 101000 |
Color Harmonies of #7A5168
Complementary color
Monochromatic Colors of #7A5168
Black with #7A5168
Text Example
Text Example
White with #7A5168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5168; }
p { color: rgb(122,81,104); }
H1.HeaderClassName
{
color: #7A5168;
}
.AnyTagClassName
{
color: #7A5168;
}
</style>
background-color css
<style>
a { background-color: #7A5168; }
a { background-color: rgb(122,81,104); }
div.DivClassName
{
background-color: #7A5168;
}
.BgClassName
{
background-color: #7A5168;
}
</style>
border-color css
<style>
span { border-color: #7A5168; }
span { border-color: rgb(122,81,104); }
td.TdClassName
{
border-color: #7A5168;
}
.TagClassName
{
border-color: #7A5168;
}
</style>