Shades of Cosmic #7A3A66
Tints of Cosmic #7A3A66
RGB
CMYK
RGB Variations
Color information
#7A3A66 (or 0x7A3A66) is known color: Cosmic. HEX triplet: 7A, 3A and 66. RGB value is (122,58,102). Sum of RGB (Red+Green+Blue) = 122+58+102=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3A66 is #85C599. Grayscale: #525252. Windows color (decimal): -8766874 or 6699642. OLE color: 6699642.
HSL color Cylindrical-coordinate representation of color #7A3A66: hue angle of 318.75º degrees, saturation: 0.36, 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 #7A3A66 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 58 | 102 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.52 |
| HSL | 318.75º | 0.36% | 0.35% | - |
| HSV(B) | 318.75º | 0.52% | 0.48% | - |
| XYZ | 11.94 | 8.12 | 13.51 | - |
| YUV | 82.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 58 | 102 | 0 | 0.52 | 0.16 | 0.52 | 318.75 | 0.36 | 0.35 |
| Hex | 7A | 3A | 66 | 0 | 34 | 10 | 34 | 13F | 24 | 23 |
| Octal | 172 | 72 | 146 | 0 | 64 | 20 | 64 | 477 | 44 | 43 |
| Binary | 1111010 | 111010 | 1100110 | 0 | 110100 | 10000 | 110100 | 100111111 | 100100 | 100011 |
Color Harmonies of #7A3A66
Complementary color
Monochromatic Colors of #7A3A66
Black with #7A3A66
Text Example
Text Example
White with #7A3A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3A66; }
p { color: rgb(122,58,102); }
H1.HeaderClassName
{
color: #7A3A66;
}
.AnyTagClassName
{
color: #7A3A66;
}
</style>
background-color css
<style>
a { background-color: #7A3A66; }
a { background-color: rgb(122,58,102); }
div.DivClassName
{
background-color: #7A3A66;
}
.BgClassName
{
background-color: #7A3A66;
}
</style>
border-color css
<style>
span { border-color: #7A3A66; }
span { border-color: rgb(122,58,102); }
td.TdClassName
{
border-color: #7A3A66;
}
.TagClassName
{
border-color: #7A3A66;
}
</style>