Shades of Cosmic #7A536B
Tints of Cosmic #7A536B
RGB
CMYK
RGB Variations
Color information
#7A536B (or 0x7A536B) is known color: Cosmic. HEX triplet: 7A, 53 and 6B. RGB value is (122,83,107). Sum of RGB (Red+Green+Blue) = 122+83+107=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 122 - color contains mainly: red. Hex color #7A536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A536B is #85AC94. Grayscale: #616161. Windows color (decimal): -8760469 or 7033722. OLE color: 7033722.
HSL color Cylindrical-coordinate representation of color #7A536B: hue angle of 323.08º 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 #7A536B is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 83 | 107 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.52 |
| HSL | 323.08º | 0.19% | 0.4% | - |
| HSV(B) | 323.08º | 0.32% | 0.48% | - |
| XYZ | 13.77 | 11.39 | 15.38 | - |
| YUV | 97.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 107 | 0 | 0.32 | 0.12 | 0.52 | 323.08 | 0.19 | 0.4 |
| Hex | 7A | 53 | 6B | 0 | 20 | C | 34 | 143 | 13 | 28 |
| Octal | 172 | 123 | 153 | 0 | 40 | 14 | 64 | 503 | 23 | 50 |
| Binary | 1111010 | 1010011 | 1101011 | 0 | 100000 | 1100 | 110100 | 101000011 | 10011 | 101000 |
Color Harmonies of #7A536B
Complementary color
Monochromatic Colors of #7A536B
Black with #7A536B
Text Example
Text Example
White with #7A536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A536B; }
p { color: rgb(122,83,107); }
H1.HeaderClassName
{
color: #7A536B;
}
.AnyTagClassName
{
color: #7A536B;
}
</style>
background-color css
<style>
a { background-color: #7A536B; }
a { background-color: rgb(122,83,107); }
div.DivClassName
{
background-color: #7A536B;
}
.BgClassName
{
background-color: #7A536B;
}
</style>
border-color css
<style>
span { border-color: #7A536B; }
span { border-color: rgb(122,83,107); }
td.TdClassName
{
border-color: #7A536B;
}
.TagClassName
{
border-color: #7A536B;
}
</style>