Shades of Cosmic #7A536C
Tints of Cosmic #7A536C
RGB
CMYK
RGB Variations
Color information
#7A536C (or 0x7A536C) is known color: Cosmic. HEX triplet: 7A, 53 and 6C. RGB value is (122,83,108). Sum of RGB (Red+Green+Blue) = 122+83+108=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A536C is #85AC93. Grayscale: #616161. Windows color (decimal): -8760468 or 7099258. OLE color: 7099258.
HSL color Cylindrical-coordinate representation of color #7A536C: hue angle of 321.54º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A536C is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 83 | 108 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.52 |
| HSL | 321.54º | 0.19% | 0.4% | - |
| HSV(B) | 321.54º | 0.32% | 0.48% | - |
| XYZ | 13.83 | 11.41 | 15.66 | - |
| YUV | 97.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 108 | 0 | 0.32 | 0.11 | 0.52 | 321.54 | 0.19 | 0.4 |
| Hex | 7A | 53 | 6C | 0 | 20 | B | 34 | 142 | 13 | 28 |
| Octal | 172 | 123 | 154 | 0 | 40 | 13 | 64 | 502 | 23 | 50 |
| Binary | 1111010 | 1010011 | 1101100 | 0 | 100000 | 1011 | 110100 | 101000010 | 10011 | 101000 |
Color Harmonies of #7A536C
Complementary color
Monochromatic Colors of #7A536C
Black with #7A536C
Text Example
Text Example
White with #7A536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A536C; }
p { color: rgb(122,83,108); }
H1.HeaderClassName
{
color: #7A536C;
}
.AnyTagClassName
{
color: #7A536C;
}
</style>
background-color css
<style>
a { background-color: #7A536C; }
a { background-color: rgb(122,83,108); }
div.DivClassName
{
background-color: #7A536C;
}
.BgClassName
{
background-color: #7A536C;
}
</style>
border-color css
<style>
span { border-color: #7A536C; }
span { border-color: rgb(122,83,108); }
td.TdClassName
{
border-color: #7A536C;
}
.TagClassName
{
border-color: #7A536C;
}
</style>