Shades of Cosmic #7C556E
Tints of Cosmic #7C556E
RGB
CMYK
RGB Variations
Color information
#7C556E (or 0x7C556E) is known color: Cosmic. HEX triplet: 7C, 55 and 6E. RGB value is (124,85,110). Sum of RGB (Red+Green+Blue) = 124+85+110=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 124 - color contains mainly: red. Hex color #7C556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C556E is #83AA91. Grayscale: #636363. Windows color (decimal): -8628882 or 7230844. OLE color: 7230844.
HSL color Cylindrical-coordinate representation of color #7C556E: hue angle of 321.54º 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 #7C556E is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 85 | 110 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.51 |
| HSL | 321.54º | 0.19% | 0.41% | - |
| HSV(B) | 321.54º | 0.31% | 0.49% | - |
| XYZ | 14.38 | 11.91 | 16.29 | - |
| YUV | 99.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 85 | 110 | 0 | 0.31 | 0.11 | 0.51 | 321.54 | 0.19 | 0.41 |
| Hex | 7C | 55 | 6E | 0 | 1F | B | 33 | 142 | 13 | 29 |
| Octal | 174 | 125 | 156 | 0 | 37 | 13 | 63 | 502 | 23 | 51 |
| Binary | 1111100 | 1010101 | 1101110 | 0 | 11111 | 1011 | 110011 | 101000010 | 10011 | 101001 |
Color Harmonies of #7C556E
Complementary color
Monochromatic Colors of #7C556E
Black with #7C556E
Text Example
Text Example
White with #7C556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C556E; }
p { color: rgb(124,85,110); }
H1.HeaderClassName
{
color: #7C556E;
}
.AnyTagClassName
{
color: #7C556E;
}
</style>
background-color css
<style>
a { background-color: #7C556E; }
a { background-color: rgb(124,85,110); }
div.DivClassName
{
background-color: #7C556E;
}
.BgClassName
{
background-color: #7C556E;
}
</style>
border-color css
<style>
span { border-color: #7C556E; }
span { border-color: rgb(124,85,110); }
td.TdClassName
{
border-color: #7C556E;
}
.TagClassName
{
border-color: #7C556E;
}
</style>