Shades of Cosmic #7A3C62
Tints of Cosmic #7A3C62
RGB
CMYK
RGB Variations
Color information
#7A3C62 (or 0x7A3C62) is known color: Cosmic. HEX triplet: 7A, 3C and 62. RGB value is (122,60,98). Sum of RGB (Red+Green+Blue) = 122+60+98=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3C62 is #85C39D. Grayscale: #525252. Windows color (decimal): -8766366 or 6438010. OLE color: 6438010.
HSL color Cylindrical-coordinate representation of color #7A3C62: hue angle of 323.23º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A3C62 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 60 | 98 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.52 |
| HSL | 323.23º | 0.34% | 0.36% | - |
| HSV(B) | 323.23º | 0.51% | 0.48% | - |
| XYZ | 11.85 | 8.25 | 12.52 | - |
| YUV | 82.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 60 | 98 | 0 | 0.51 | 0.20 | 0.52 | 323.23 | 0.34 | 0.36 |
| Hex | 7A | 3C | 62 | 0 | 33 | 14 | 34 | 143 | 22 | 24 |
| Octal | 172 | 74 | 142 | 0 | 63 | 24 | 64 | 503 | 42 | 44 |
| Binary | 1111010 | 111100 | 1100010 | 0 | 110011 | 10100 | 110100 | 101000011 | 100010 | 100100 |
Color Harmonies of #7A3C62
Complementary color
Monochromatic Colors of #7A3C62
Black with #7A3C62
Text Example
Text Example
White with #7A3C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3C62; }
p { color: rgb(122,60,98); }
H1.HeaderClassName
{
color: #7A3C62;
}
.AnyTagClassName
{
color: #7A3C62;
}
</style>
background-color css
<style>
a { background-color: #7A3C62; }
a { background-color: rgb(122,60,98); }
div.DivClassName
{
background-color: #7A3C62;
}
.BgClassName
{
background-color: #7A3C62;
}
</style>
border-color css
<style>
span { border-color: #7A3C62; }
span { border-color: rgb(122,60,98); }
td.TdClassName
{
border-color: #7A3C62;
}
.TagClassName
{
border-color: #7A3C62;
}
</style>