Shades of Cosmic #7C4E6C
Tints of Cosmic #7C4E6C
RGB
CMYK
RGB Variations
Color information
#7C4E6C (or 0x7C4E6C) is known color: Cosmic. HEX triplet: 7C, 4E and 6C. RGB value is (124,78,108). Sum of RGB (Red+Green+Blue) = 124+78+108=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4E6C is #83B193. Grayscale: #5F5F5F. Windows color (decimal): -8630676 or 7097980. OLE color: 7097980.
HSL color Cylindrical-coordinate representation of color #7C4E6C: hue angle of 320.87º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C4E6C is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 78 | 108 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.51 |
| HSL | 320.87º | 0.23% | 0.4% | - |
| HSV(B) | 320.87º | 0.37% | 0.49% | - |
| XYZ | 13.74 | 10.82 | 15.55 | - |
| YUV | 95.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 78 | 108 | 0 | 0.37 | 0.13 | 0.51 | 320.87 | 0.23 | 0.4 |
| Hex | 7C | 4E | 6C | 0 | 25 | D | 33 | 141 | 17 | 28 |
| Octal | 174 | 116 | 154 | 0 | 45 | 15 | 63 | 501 | 27 | 50 |
| Binary | 1111100 | 1001110 | 1101100 | 0 | 100101 | 1101 | 110011 | 101000001 | 10111 | 101000 |
Color Harmonies of #7C4E6C
Complementary color
Monochromatic Colors of #7C4E6C
Black with #7C4E6C
Text Example
Text Example
White with #7C4E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4E6C; }
p { color: rgb(124,78,108); }
H1.HeaderClassName
{
color: #7C4E6C;
}
.AnyTagClassName
{
color: #7C4E6C;
}
</style>
background-color css
<style>
a { background-color: #7C4E6C; }
a { background-color: rgb(124,78,108); }
div.DivClassName
{
background-color: #7C4E6C;
}
.BgClassName
{
background-color: #7C4E6C;
}
</style>
border-color css
<style>
span { border-color: #7C4E6C; }
span { border-color: rgb(124,78,108); }
td.TdClassName
{
border-color: #7C4E6C;
}
.TagClassName
{
border-color: #7C4E6C;
}
</style>