Shades of Cosmic #7C3C5F
Tints of Cosmic #7C3C5F
RGB
CMYK
RGB Variations
Color information
#7C3C5F (or 0x7C3C5F) is known color: Cosmic. HEX triplet: 7C, 3C and 5F. RGB value is (124,60,95). Sum of RGB (Red+Green+Blue) = 124+60+95=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3C5F is #83C3A0. Grayscale: #535353. Windows color (decimal): -8635297 or 6241404. OLE color: 6241404.
HSL color Cylindrical-coordinate representation of color #7C3C5F: hue angle of 327.19º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C3C5F is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 60 | 95 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.51 |
| HSL | 327.19º | 0.35% | 0.36% | - |
| HSV(B) | 327.19º | 0.52% | 0.49% | - |
| XYZ | 11.99 | 8.34 | 11.8 | - |
| YUV | 83.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 60 | 95 | 0 | 0.52 | 0.23 | 0.51 | 327.19 | 0.35 | 0.36 |
| Hex | 7C | 3C | 5F | 0 | 34 | 17 | 33 | 147 | 23 | 24 |
| Octal | 174 | 74 | 137 | 0 | 64 | 27 | 63 | 507 | 43 | 44 |
| Binary | 1111100 | 111100 | 1011111 | 0 | 110100 | 10111 | 110011 | 101000111 | 100011 | 100100 |
Color Harmonies of #7C3C5F
Complementary color
Monochromatic Colors of #7C3C5F
Black with #7C3C5F
Text Example
Text Example
White with #7C3C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3C5F; }
p { color: rgb(124,60,95); }
H1.HeaderClassName
{
color: #7C3C5F;
}
.AnyTagClassName
{
color: #7C3C5F;
}
</style>
background-color css
<style>
a { background-color: #7C3C5F; }
a { background-color: rgb(124,60,95); }
div.DivClassName
{
background-color: #7C3C5F;
}
.BgClassName
{
background-color: #7C3C5F;
}
</style>
border-color css
<style>
span { border-color: #7C3C5F; }
span { border-color: rgb(124,60,95); }
td.TdClassName
{
border-color: #7C3C5F;
}
.TagClassName
{
border-color: #7C3C5F;
}
</style>