Shades of Cosmic #7C5666
Tints of Cosmic #7C5666
RGB
CMYK
RGB Variations
Color information
#7C5666 (or 0x7C5666) is known color: Cosmic. HEX triplet: 7C, 56 and 66. RGB value is (124,86,102). Sum of RGB (Red+Green+Blue) = 124+86+102=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5666 is #83A999. Grayscale: #636363. Windows color (decimal): -8628634 or 6706812. OLE color: 6706812.
HSL color Cylindrical-coordinate representation of color #7C5666: hue angle of 334.74º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C5666 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 86 | 102 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.51 |
| HSL | 334.74º | 0.18% | 0.41% | - |
| HSV(B) | 334.74º | 0.31% | 0.49% | - |
| XYZ | 14.04 | 11.9 | 14.13 | - |
| YUV | 99.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 102 | 0 | 0.31 | 0.18 | 0.51 | 334.74 | 0.18 | 0.41 |
| Hex | 7C | 56 | 66 | 0 | 1F | 12 | 33 | 14F | 12 | 29 |
| Octal | 174 | 126 | 146 | 0 | 37 | 22 | 63 | 517 | 22 | 51 |
| Binary | 1111100 | 1010110 | 1100110 | 0 | 11111 | 10010 | 110011 | 101001111 | 10010 | 101001 |
Color Harmonies of #7C5666
Complementary color
Monochromatic Colors of #7C5666
Black with #7C5666
Text Example
Text Example
White with #7C5666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5666; }
p { color: rgb(124,86,102); }
H1.HeaderClassName
{
color: #7C5666;
}
.AnyTagClassName
{
color: #7C5666;
}
</style>
background-color css
<style>
a { background-color: #7C5666; }
a { background-color: rgb(124,86,102); }
div.DivClassName
{
background-color: #7C5666;
}
.BgClassName
{
background-color: #7C5666;
}
</style>
border-color css
<style>
span { border-color: #7C5666; }
span { border-color: rgb(124,86,102); }
td.TdClassName
{
border-color: #7C5666;
}
.TagClassName
{
border-color: #7C5666;
}
</style>