Shades of Cosmic #7C3664
Tints of Cosmic #7C3664
RGB
CMYK
RGB Variations
Color information
#7C3664 (or 0x7C3664) is known color: Cosmic. HEX triplet: 7C, 36 and 64. RGB value is (124,54,100). Sum of RGB (Red+Green+Blue) = 124+54+100=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3664 is #83C99B. Grayscale: #505050. Windows color (decimal): -8636828 or 6567548. OLE color: 6567548.
HSL color Cylindrical-coordinate representation of color #7C3664: hue angle of 320.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C3664 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 54 | 100 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.51 |
| HSL | 320.57º | 0.39% | 0.35% | - |
| HSV(B) | 320.57º | 0.56% | 0.49% | - |
| XYZ | 11.93 | 7.84 | 12.94 | - |
| YUV | 80.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 54 | 100 | 0 | 0.56 | 0.19 | 0.51 | 320.57 | 0.39 | 0.35 |
| Hex | 7C | 36 | 64 | 0 | 38 | 13 | 33 | 141 | 27 | 23 |
| Octal | 174 | 66 | 144 | 0 | 70 | 23 | 63 | 501 | 47 | 43 |
| Binary | 1111100 | 110110 | 1100100 | 0 | 111000 | 10011 | 110011 | 101000001 | 100111 | 100011 |
Color Harmonies of #7C3664
Complementary color
Monochromatic Colors of #7C3664
Black with #7C3664
Text Example
Text Example
White with #7C3664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3664; }
p { color: rgb(124,54,100); }
H1.HeaderClassName
{
color: #7C3664;
}
.AnyTagClassName
{
color: #7C3664;
}
</style>
background-color css
<style>
a { background-color: #7C3664; }
a { background-color: rgb(124,54,100); }
div.DivClassName
{
background-color: #7C3664;
}
.BgClassName
{
background-color: #7C3664;
}
</style>
border-color css
<style>
span { border-color: #7C3664; }
span { border-color: rgb(124,54,100); }
td.TdClassName
{
border-color: #7C3664;
}
.TagClassName
{
border-color: #7C3664;
}
</style>