Shades of Cosmic #7A535C
Tints of Cosmic #7A535C
RGB
CMYK
RGB Variations
Color information
#7A535C (or 0x7A535C) is known color: Cosmic. HEX triplet: 7A, 53 and 5C. RGB value is (122,83,92). Sum of RGB (Red+Green+Blue) = 122+83+92=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 122 - color contains mainly: red. Hex color #7A535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A535C is #85ACA3. Grayscale: #5F5F5F. Windows color (decimal): -8760484 or 6050682. OLE color: 6050682.
HSL color Cylindrical-coordinate representation of color #7A535C: hue angle of 346.15º 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 #7A535C is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 83 | 92 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.52 |
| HSL | 346.15º | 0.19% | 0.4% | - |
| HSV(B) | 346.15º | 0.32% | 0.48% | - |
| XYZ | 13.05 | 11.1 | 11.58 | - |
| YUV | 95.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 92 | 0 | 0.32 | 0.25 | 0.52 | 346.15 | 0.19 | 0.4 |
| Hex | 7A | 53 | 5C | 0 | 20 | 19 | 34 | 15A | 13 | 28 |
| Octal | 172 | 123 | 134 | 0 | 40 | 31 | 64 | 532 | 23 | 50 |
| Binary | 1111010 | 1010011 | 1011100 | 0 | 100000 | 11001 | 110100 | 101011010 | 10011 | 101000 |
Color Harmonies of #7A535C
Complementary color
Monochromatic Colors of #7A535C
Black with #7A535C
Text Example
Text Example
White with #7A535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A535C; }
p { color: rgb(122,83,92); }
H1.HeaderClassName
{
color: #7A535C;
}
.AnyTagClassName
{
color: #7A535C;
}
</style>
background-color css
<style>
a { background-color: #7A535C; }
a { background-color: rgb(122,83,92); }
div.DivClassName
{
background-color: #7A535C;
}
.BgClassName
{
background-color: #7A535C;
}
</style>
border-color css
<style>
span { border-color: #7A535C; }
span { border-color: rgb(122,83,92); }
td.TdClassName
{
border-color: #7A535C;
}
.TagClassName
{
border-color: #7A535C;
}
</style>