Shades of Cosmic #7C5566
Tints of Cosmic #7C5566
RGB
CMYK
RGB Variations
Color information
#7C5566 (or 0x7C5566) is known color: Cosmic. HEX triplet: 7C, 55 and 66. RGB value is (124,85,102). Sum of RGB (Red+Green+Blue) = 124+85+102=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5566 is #83AA99. Grayscale: #626262. Windows color (decimal): -8628890 or 6706556. OLE color: 6706556.
HSL color Cylindrical-coordinate representation of color #7C5566: hue angle of 333.85º degrees, saturation: 0.19, 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 #7C5566 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 85 | 102 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.51 |
| HSL | 333.85º | 0.19% | 0.41% | - |
| HSV(B) | 333.85º | 0.31% | 0.49% | - |
| XYZ | 13.96 | 11.74 | 14.1 | - |
| YUV | 98.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 85 | 102 | 0 | 0.31 | 0.18 | 0.51 | 333.85 | 0.19 | 0.41 |
| Hex | 7C | 55 | 66 | 0 | 1F | 12 | 33 | 14E | 13 | 29 |
| Octal | 174 | 125 | 146 | 0 | 37 | 22 | 63 | 516 | 23 | 51 |
| Binary | 1111100 | 1010101 | 1100110 | 0 | 11111 | 10010 | 110011 | 101001110 | 10011 | 101001 |
Color Harmonies of #7C5566
Complementary color
Monochromatic Colors of #7C5566
Black with #7C5566
Text Example
Text Example
White with #7C5566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5566; }
p { color: rgb(124,85,102); }
H1.HeaderClassName
{
color: #7C5566;
}
.AnyTagClassName
{
color: #7C5566;
}
</style>
background-color css
<style>
a { background-color: #7C5566; }
a { background-color: rgb(124,85,102); }
div.DivClassName
{
background-color: #7C5566;
}
.BgClassName
{
background-color: #7C5566;
}
</style>
border-color css
<style>
span { border-color: #7C5566; }
span { border-color: rgb(124,85,102); }
td.TdClassName
{
border-color: #7C5566;
}
.TagClassName
{
border-color: #7C5566;
}
</style>