Shades of Cosmic #7C566C
Tints of Cosmic #7C566C
RGB
CMYK
RGB Variations
Color information
#7C566C (or 0x7C566C) is known color: Cosmic. HEX triplet: 7C, 56 and 6C. RGB value is (124,86,108). Sum of RGB (Red+Green+Blue) = 124+86+108=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C566C is #83A993. Grayscale: #636363. Windows color (decimal): -8628628 or 7100028. OLE color: 7100028.
HSL color Cylindrical-coordinate representation of color #7C566C: hue angle of 325.26º 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 #7C566C is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 86 | 108 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.51 |
| HSL | 325.26º | 0.18% | 0.41% | - |
| HSV(B) | 325.26º | 0.31% | 0.49% | - |
| XYZ | 14.35 | 12.02 | 15.75 | - |
| YUV | 99.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 108 | 0 | 0.31 | 0.13 | 0.51 | 325.26 | 0.18 | 0.41 |
| Hex | 7C | 56 | 6C | 0 | 1F | D | 33 | 145 | 12 | 29 |
| Octal | 174 | 126 | 154 | 0 | 37 | 15 | 63 | 505 | 22 | 51 |
| Binary | 1111100 | 1010110 | 1101100 | 0 | 11111 | 1101 | 110011 | 101000101 | 10010 | 101001 |
Color Harmonies of #7C566C
Complementary color
Monochromatic Colors of #7C566C
Black with #7C566C
Text Example
Text Example
White with #7C566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C566C; }
p { color: rgb(124,86,108); }
H1.HeaderClassName
{
color: #7C566C;
}
.AnyTagClassName
{
color: #7C566C;
}
</style>
background-color css
<style>
a { background-color: #7C566C; }
a { background-color: rgb(124,86,108); }
div.DivClassName
{
background-color: #7C566C;
}
.BgClassName
{
background-color: #7C566C;
}
</style>
border-color css
<style>
span { border-color: #7C566C; }
span { border-color: rgb(124,86,108); }
td.TdClassName
{
border-color: #7C566C;
}
.TagClassName
{
border-color: #7C566C;
}
</style>