Shades of Cosmic #7C4663
Tints of Cosmic #7C4663
RGB
CMYK
RGB Variations
Color information
#7C4663 (or 0x7C4663) is known color: Cosmic. HEX triplet: 7C, 46 and 63. RGB value is (124,70,99). Sum of RGB (Red+Green+Blue) = 124+70+99=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4663 is #83B99C. Grayscale: #595959. Windows color (decimal): -8632733 or 6506108. OLE color: 6506108.
HSL color Cylindrical-coordinate representation of color #7C4663: hue angle of 327.78º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C4663 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 70 | 99 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.51 |
| HSL | 327.78º | 0.28% | 0.38% | - |
| HSV(B) | 327.78º | 0.44% | 0.49% | - |
| XYZ | 12.75 | 9.57 | 12.98 | - |
| YUV | 89.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 70 | 99 | 0 | 0.44 | 0.20 | 0.51 | 327.78 | 0.28 | 0.38 |
| Hex | 7C | 46 | 63 | 0 | 2C | 14 | 33 | 148 | 1C | 26 |
| Octal | 174 | 106 | 143 | 0 | 54 | 24 | 63 | 510 | 34 | 46 |
| Binary | 1111100 | 1000110 | 1100011 | 0 | 101100 | 10100 | 110011 | 101001000 | 11100 | 100110 |
Color Harmonies of #7C4663
Complementary color
Monochromatic Colors of #7C4663
Black with #7C4663
Text Example
Text Example
White with #7C4663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4663; }
p { color: rgb(124,70,99); }
H1.HeaderClassName
{
color: #7C4663;
}
.AnyTagClassName
{
color: #7C4663;
}
</style>
background-color css
<style>
a { background-color: #7C4663; }
a { background-color: rgb(124,70,99); }
div.DivClassName
{
background-color: #7C4663;
}
.BgClassName
{
background-color: #7C4663;
}
</style>
border-color css
<style>
span { border-color: #7C4663; }
span { border-color: rgb(124,70,99); }
td.TdClassName
{
border-color: #7C4663;
}
.TagClassName
{
border-color: #7C4663;
}
</style>