Shades of Cosmic #7C416C
Tints of Cosmic #7C416C
RGB
CMYK
RGB Variations
Color information
#7C416C (or 0x7C416C) is known color: Cosmic. HEX triplet: 7C, 41 and 6C. RGB value is (124,65,108). Sum of RGB (Red+Green+Blue) = 124+65+108=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C416C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C416C is #83BE93. Grayscale: #575757. Windows color (decimal): -8634004 or 7094652. OLE color: 7094652.
HSL color Cylindrical-coordinate representation of color #7C416C: hue angle of 316.27º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C416C is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 65 | 108 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.51 |
| HSL | 316.27º | 0.31% | 0.37% | - |
| HSV(B) | 316.27º | 0.48% | 0.49% | - |
| XYZ | 12.91 | 9.15 | 15.27 | - |
| YUV | 87.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 108 | 0 | 0.48 | 0.13 | 0.51 | 316.27 | 0.31 | 0.37 |
| Hex | 7C | 41 | 6C | 0 | 30 | D | 33 | 13C | 1F | 25 |
| Octal | 174 | 101 | 154 | 0 | 60 | 15 | 63 | 474 | 37 | 45 |
| Binary | 1111100 | 1000001 | 1101100 | 0 | 110000 | 1101 | 110011 | 100111100 | 11111 | 100101 |
Color Harmonies of #7C416C
Complementary color
Monochromatic Colors of #7C416C
Black with #7C416C
Text Example
Text Example
White with #7C416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C416C; }
p { color: rgb(124,65,108); }
H1.HeaderClassName
{
color: #7C416C;
}
.AnyTagClassName
{
color: #7C416C;
}
</style>
background-color css
<style>
a { background-color: #7C416C; }
a { background-color: rgb(124,65,108); }
div.DivClassName
{
background-color: #7C416C;
}
.BgClassName
{
background-color: #7C416C;
}
</style>
border-color css
<style>
span { border-color: #7C416C; }
span { border-color: rgb(124,65,108); }
td.TdClassName
{
border-color: #7C416C;
}
.TagClassName
{
border-color: #7C416C;
}
</style>