Shades of Cosmic #7A3E59
Tints of Cosmic #7A3E59
RGB
CMYK
RGB Variations
Color information
#7A3E59 (or 0x7A3E59) is known color: Cosmic. HEX triplet: 7A, 3E and 59. RGB value is (122,62,89). Sum of RGB (Red+Green+Blue) = 122+62+89=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3E59 is #85C1A6. Grayscale: #525252. Windows color (decimal): -8765863 or 5848698. OLE color: 5848698.
HSL color Cylindrical-coordinate representation of color #7A3E59: hue angle of 333º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A3E59 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 62 | 89 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.52 |
| HSL | 333º | 0.33% | 0.36% | - |
| HSV(B) | 333º | 0.49% | 0.48% | - |
| XYZ | 11.55 | 8.3 | 10.45 | - |
| YUV | 83.02 | 131.38 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 89 | 0 | 0.49 | 0.27 | 0.52 | 333 | 0.33 | 0.36 |
| Hex | 7A | 3E | 59 | 0 | 31 | 1B | 34 | 14D | 21 | 24 |
| Octal | 172 | 76 | 131 | 0 | 61 | 33 | 64 | 515 | 41 | 44 |
| Binary | 1111010 | 111110 | 1011001 | 0 | 110001 | 11011 | 110100 | 101001101 | 100001 | 100100 |
Color Harmonies of #7A3E59
Complementary color
Monochromatic Colors of #7A3E59
Black with #7A3E59
Text Example
Text Example
White with #7A3E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3E59; }
p { color: rgb(122,62,89); }
H1.HeaderClassName
{
color: #7A3E59;
}
.AnyTagClassName
{
color: #7A3E59;
}
</style>
background-color css
<style>
a { background-color: #7A3E59; }
a { background-color: rgb(122,62,89); }
div.DivClassName
{
background-color: #7A3E59;
}
.BgClassName
{
background-color: #7A3E59;
}
</style>
border-color css
<style>
span { border-color: #7A3E59; }
span { border-color: rgb(122,62,89); }
td.TdClassName
{
border-color: #7A3E59;
}
.TagClassName
{
border-color: #7A3E59;
}
</style>