Shades of Cosmic #7A445D
Tints of Cosmic #7A445D
RGB
CMYK
RGB Variations
Color information
#7A445D (or 0x7A445D) is known color: Cosmic. HEX triplet: 7A, 44 and 5D. RGB value is (122,68,93). Sum of RGB (Red+Green+Blue) = 122+68+93=283 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.11% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 122 - color contains mainly: red. Hex color #7A445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A445D is #85BBA2. Grayscale: #565656. Windows color (decimal): -8764323 or 6112378. OLE color: 6112378.
HSL color Cylindrical-coordinate representation of color #7A445D: hue angle of 332.22º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A445D is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 68 | 93 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.52 |
| HSL | 332.22º | 0.28% | 0.37% | - |
| HSV(B) | 332.22º | 0.44% | 0.48% | - |
| XYZ | 12.07 | 9.06 | 11.47 | - |
| YUV | 87 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 68 | 93 | 0 | 0.44 | 0.24 | 0.52 | 332.22 | 0.28 | 0.37 |
| Hex | 7A | 44 | 5D | 0 | 2C | 18 | 34 | 14C | 1C | 25 |
| Octal | 172 | 104 | 135 | 0 | 54 | 30 | 64 | 514 | 34 | 45 |
| Binary | 1111010 | 1000100 | 1011101 | 0 | 101100 | 11000 | 110100 | 101001100 | 11100 | 100101 |
Color Harmonies of #7A445D
Complementary color
Monochromatic Colors of #7A445D
Black with #7A445D
Text Example
Text Example
White with #7A445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A445D; }
p { color: rgb(122,68,93); }
H1.HeaderClassName
{
color: #7A445D;
}
.AnyTagClassName
{
color: #7A445D;
}
</style>
background-color css
<style>
a { background-color: #7A445D; }
a { background-color: rgb(122,68,93); }
div.DivClassName
{
background-color: #7A445D;
}
.BgClassName
{
background-color: #7A445D;
}
</style>
border-color css
<style>
span { border-color: #7A445D; }
span { border-color: rgb(122,68,93); }
td.TdClassName
{
border-color: #7A445D;
}
.TagClassName
{
border-color: #7A445D;
}
</style>