Shades of Cosmic #7C4159
Tints of Cosmic #7C4159
RGB
CMYK
RGB Variations
Color information
#7C4159 (or 0x7C4159) is known color: Cosmic. HEX triplet: 7C, 41 and 59. RGB value is (124,65,89). Sum of RGB (Red+Green+Blue) = 124+65+89=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4159 is #83BEA6. Grayscale: #555555. Windows color (decimal): -8634023 or 5849468. OLE color: 5849468.
HSL color Cylindrical-coordinate representation of color #7C4159: hue angle of 335.59º 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 #7C4159 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 65 | 89 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.51 |
| HSL | 335.59º | 0.31% | 0.37% | - |
| HSV(B) | 335.59º | 0.48% | 0.49% | - |
| XYZ | 12.01 | 8.79 | 10.51 | - |
| YUV | 85.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 89 | 0 | 0.48 | 0.28 | 0.51 | 335.59 | 0.31 | 0.37 |
| Hex | 7C | 41 | 59 | 0 | 30 | 1C | 33 | 150 | 1F | 25 |
| Octal | 174 | 101 | 131 | 0 | 60 | 34 | 63 | 520 | 37 | 45 |
| Binary | 1111100 | 1000001 | 1011001 | 0 | 110000 | 11100 | 110011 | 101010000 | 11111 | 100101 |
Color Harmonies of #7C4159
Complementary color
Monochromatic Colors of #7C4159
Black with #7C4159
Text Example
Text Example
White with #7C4159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4159; }
p { color: rgb(124,65,89); }
H1.HeaderClassName
{
color: #7C4159;
}
.AnyTagClassName
{
color: #7C4159;
}
</style>
background-color css
<style>
a { background-color: #7C4159; }
a { background-color: rgb(124,65,89); }
div.DivClassName
{
background-color: #7C4159;
}
.BgClassName
{
background-color: #7C4159;
}
</style>
border-color css
<style>
span { border-color: #7C4159; }
span { border-color: rgb(124,65,89); }
td.TdClassName
{
border-color: #7C4159;
}
.TagClassName
{
border-color: #7C4159;
}
</style>