Shades of Cosmic #7C5970
Tints of Cosmic #7C5970
RGB
CMYK
RGB Variations
Color information
#7C5970 (or 0x7C5970) is known color: Cosmic. HEX triplet: 7C, 59 and 70. RGB value is (124,89,112). Sum of RGB (Red+Green+Blue) = 124+89+112=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5970 is #83A68F. Grayscale: #666666. Windows color (decimal): -8627856 or 7362940. OLE color: 7362940.
HSL color Cylindrical-coordinate representation of color #7C5970: hue angle of 320.57º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C5970 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 89 | 112 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.51 |
| HSL | 320.57º | 0.16% | 0.42% | - |
| HSV(B) | 320.57º | 0.28% | 0.49% | - |
| XYZ | 14.81 | 12.6 | 16.98 | - |
| YUV | 102.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 112 | 0 | 0.28 | 0.10 | 0.51 | 320.57 | 0.16 | 0.42 |
| Hex | 7C | 59 | 70 | 0 | 1C | A | 33 | 141 | 10 | 2A |
| Octal | 174 | 131 | 160 | 0 | 34 | 12 | 63 | 501 | 20 | 52 |
| Binary | 1111100 | 1011001 | 1110000 | 0 | 11100 | 1010 | 110011 | 101000001 | 10000 | 101010 |
Color Harmonies of #7C5970
Complementary color
Monochromatic Colors of #7C5970
Black with #7C5970
Text Example
Text Example
White with #7C5970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5970; }
p { color: rgb(124,89,112); }
H1.HeaderClassName
{
color: #7C5970;
}
.AnyTagClassName
{
color: #7C5970;
}
</style>
background-color css
<style>
a { background-color: #7C5970; }
a { background-color: rgb(124,89,112); }
div.DivClassName
{
background-color: #7C5970;
}
.BgClassName
{
background-color: #7C5970;
}
</style>
border-color css
<style>
span { border-color: #7C5970; }
span { border-color: rgb(124,89,112); }
td.TdClassName
{
border-color: #7C5970;
}
.TagClassName
{
border-color: #7C5970;
}
</style>