Shades of Cosmic #7A496E
Tints of Cosmic #7A496E
RGB
CMYK
RGB Variations
Color information
#7A496E (or 0x7A496E) is known color: Cosmic. HEX triplet: 7A, 49 and 6E. RGB value is (122,73,110). Sum of RGB (Red+Green+Blue) = 122+73+110=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 122 - color contains mainly: red. Hex color #7A496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A496E is #85B691. Grayscale: #5B5B5B. Windows color (decimal): -8763026 or 7227770. OLE color: 7227770.
HSL color Cylindrical-coordinate representation of color #7A496E: hue angle of 314.69º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A496E is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 73 | 110 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.52 |
| HSL | 314.69º | 0.25% | 0.38% | - |
| HSV(B) | 314.69º | 0.4% | 0.48% | - |
| XYZ | 13.22 | 10.03 | 15.99 | - |
| YUV | 91.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 73 | 110 | 0 | 0.40 | 0.10 | 0.52 | 314.69 | 0.25 | 0.38 |
| Hex | 7A | 49 | 6E | 0 | 28 | A | 34 | 13B | 19 | 26 |
| Octal | 172 | 111 | 156 | 0 | 50 | 12 | 64 | 473 | 31 | 46 |
| Binary | 1111010 | 1001001 | 1101110 | 0 | 101000 | 1010 | 110100 | 100111011 | 11001 | 100110 |
Color Harmonies of #7A496E
Complementary color
Monochromatic Colors of #7A496E
Black with #7A496E
Text Example
Text Example
White with #7A496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A496E; }
p { color: rgb(122,73,110); }
H1.HeaderClassName
{
color: #7A496E;
}
.AnyTagClassName
{
color: #7A496E;
}
</style>
background-color css
<style>
a { background-color: #7A496E; }
a { background-color: rgb(122,73,110); }
div.DivClassName
{
background-color: #7A496E;
}
.BgClassName
{
background-color: #7A496E;
}
</style>
border-color css
<style>
span { border-color: #7A496E; }
span { border-color: rgb(122,73,110); }
td.TdClassName
{
border-color: #7A496E;
}
.TagClassName
{
border-color: #7A496E;
}
</style>