Shades of Cosmic #7A3B66
Tints of Cosmic #7A3B66
RGB
CMYK
RGB Variations
Color information
#7A3B66 (or 0x7A3B66) is known color: Cosmic. HEX triplet: 7A, 3B and 66. RGB value is (122,59,102). Sum of RGB (Red+Green+Blue) = 122+59+102=283 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.11% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3B66 is #85C499. Grayscale: #525252. Windows color (decimal): -8766618 or 6699898. OLE color: 6699898.
HSL color Cylindrical-coordinate representation of color #7A3B66: hue angle of 319.05º 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 #7A3B66 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 59 | 102 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.52 |
| HSL | 319.05º | 0.35% | 0.35% | - |
| HSV(B) | 319.05º | 0.52% | 0.48% | - |
| XYZ | 11.99 | 8.22 | 13.53 | - |
| YUV | 82.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 59 | 102 | 0 | 0.52 | 0.16 | 0.52 | 319.05 | 0.35 | 0.35 |
| Hex | 7A | 3B | 66 | 0 | 34 | 10 | 34 | 13F | 23 | 23 |
| Octal | 172 | 73 | 146 | 0 | 64 | 20 | 64 | 477 | 43 | 43 |
| Binary | 1111010 | 111011 | 1100110 | 0 | 110100 | 10000 | 110100 | 100111111 | 100011 | 100011 |
Color Harmonies of #7A3B66
Complementary color
Monochromatic Colors of #7A3B66
Black with #7A3B66
Text Example
Text Example
White with #7A3B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3B66; }
p { color: rgb(122,59,102); }
H1.HeaderClassName
{
color: #7A3B66;
}
.AnyTagClassName
{
color: #7A3B66;
}
</style>
background-color css
<style>
a { background-color: #7A3B66; }
a { background-color: rgb(122,59,102); }
div.DivClassName
{
background-color: #7A3B66;
}
.BgClassName
{
background-color: #7A3B66;
}
</style>
border-color css
<style>
span { border-color: #7A3B66; }
span { border-color: rgb(122,59,102); }
td.TdClassName
{
border-color: #7A3B66;
}
.TagClassName
{
border-color: #7A3B66;
}
</style>