Shades of Cosmic #7C3960
Tints of Cosmic #7C3960
RGB
CMYK
RGB Variations
Color information
#7C3960 (or 0x7C3960) is known color: Cosmic. HEX triplet: 7C, 39 and 60. RGB value is (124,57,96). Sum of RGB (Red+Green+Blue) = 124+57+96=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3960 is #83C69F. Grayscale: #515151. Windows color (decimal): -8636064 or 6306172. OLE color: 6306172.
HSL color Cylindrical-coordinate representation of color #7C3960: hue angle of 325.07º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C3960 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 57 | 96 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.51 |
| HSL | 325.07º | 0.37% | 0.35% | - |
| HSV(B) | 325.07º | 0.54% | 0.49% | - |
| XYZ | 11.89 | 8.06 | 11.99 | - |
| YUV | 81.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 57 | 96 | 0 | 0.54 | 0.23 | 0.51 | 325.07 | 0.37 | 0.35 |
| Hex | 7C | 39 | 60 | 0 | 36 | 17 | 33 | 145 | 25 | 23 |
| Octal | 174 | 71 | 140 | 0 | 66 | 27 | 63 | 505 | 45 | 43 |
| Binary | 1111100 | 111001 | 1100000 | 0 | 110110 | 10111 | 110011 | 101000101 | 100101 | 100011 |
Color Harmonies of #7C3960
Complementary color
Monochromatic Colors of #7C3960
Black with #7C3960
Text Example
Text Example
White with #7C3960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3960; }
p { color: rgb(124,57,96); }
H1.HeaderClassName
{
color: #7C3960;
}
.AnyTagClassName
{
color: #7C3960;
}
</style>
background-color css
<style>
a { background-color: #7C3960; }
a { background-color: rgb(124,57,96); }
div.DivClassName
{
background-color: #7C3960;
}
.BgClassName
{
background-color: #7C3960;
}
</style>
border-color css
<style>
span { border-color: #7C3960; }
span { border-color: rgb(124,57,96); }
td.TdClassName
{
border-color: #7C3960;
}
.TagClassName
{
border-color: #7C3960;
}
</style>