Shades of Cosmic #7A3B62
Tints of Cosmic #7A3B62
RGB
CMYK
RGB Variations
Color information
#7A3B62 (or 0x7A3B62) is known color: Cosmic. HEX triplet: 7A, 3B and 62. RGB value is (122,59,98). Sum of RGB (Red+Green+Blue) = 122+59+98=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3B62 is #85C49D. Grayscale: #525252. Windows color (decimal): -8766622 or 6437754. OLE color: 6437754.
HSL color Cylindrical-coordinate representation of color #7A3B62: hue angle of 322.86º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A3B62 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 59 | 98 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.52 |
| HSL | 322.86º | 0.35% | 0.35% | - |
| HSV(B) | 322.86º | 0.52% | 0.48% | - |
| XYZ | 11.79 | 8.15 | 12.51 | - |
| YUV | 82.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 59 | 98 | 0 | 0.52 | 0.20 | 0.52 | 322.86 | 0.35 | 0.35 |
| Hex | 7A | 3B | 62 | 0 | 34 | 14 | 34 | 143 | 23 | 23 |
| Octal | 172 | 73 | 142 | 0 | 64 | 24 | 64 | 503 | 43 | 43 |
| Binary | 1111010 | 111011 | 1100010 | 0 | 110100 | 10100 | 110100 | 101000011 | 100011 | 100011 |
Color Harmonies of #7A3B62
Complementary color
Monochromatic Colors of #7A3B62
Black with #7A3B62
Text Example
Text Example
White with #7A3B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3B62; }
p { color: rgb(122,59,98); }
H1.HeaderClassName
{
color: #7A3B62;
}
.AnyTagClassName
{
color: #7A3B62;
}
</style>
background-color css
<style>
a { background-color: #7A3B62; }
a { background-color: rgb(122,59,98); }
div.DivClassName
{
background-color: #7A3B62;
}
.BgClassName
{
background-color: #7A3B62;
}
</style>
border-color css
<style>
span { border-color: #7A3B62; }
span { border-color: rgb(122,59,98); }
td.TdClassName
{
border-color: #7A3B62;
}
.TagClassName
{
border-color: #7A3B62;
}
</style>