Shades of Cosmic #7C566B
Tints of Cosmic #7C566B
RGB
CMYK
RGB Variations
Color information
#7C566B (or 0x7C566B) is known color: Cosmic. HEX triplet: 7C, 56 and 6B. RGB value is (124,86,107). Sum of RGB (Red+Green+Blue) = 124+86+107=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 124 - color contains mainly: red. Hex color #7C566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C566B is #83A994. Grayscale: #636363. Windows color (decimal): -8628629 or 7034492. OLE color: 7034492.
HSL color Cylindrical-coordinate representation of color #7C566B: hue angle of 326.84º 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 #7C566B is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 86 | 107 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.51 |
| HSL | 326.84º | 0.18% | 0.41% | - |
| HSV(B) | 326.84º | 0.31% | 0.49% | - |
| XYZ | 14.29 | 12 | 15.47 | - |
| YUV | 99.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 107 | 0 | 0.31 | 0.14 | 0.51 | 326.84 | 0.18 | 0.41 |
| Hex | 7C | 56 | 6B | 0 | 1F | E | 33 | 147 | 12 | 29 |
| Octal | 174 | 126 | 153 | 0 | 37 | 16 | 63 | 507 | 22 | 51 |
| Binary | 1111100 | 1010110 | 1101011 | 0 | 11111 | 1110 | 110011 | 101000111 | 10010 | 101001 |
Color Harmonies of #7C566B
Complementary color
Monochromatic Colors of #7C566B
Black with #7C566B
Text Example
Text Example
White with #7C566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C566B; }
p { color: rgb(124,86,107); }
H1.HeaderClassName
{
color: #7C566B;
}
.AnyTagClassName
{
color: #7C566B;
}
</style>
background-color css
<style>
a { background-color: #7C566B; }
a { background-color: rgb(124,86,107); }
div.DivClassName
{
background-color: #7C566B;
}
.BgClassName
{
background-color: #7C566B;
}
</style>
border-color css
<style>
span { border-color: #7C566B; }
span { border-color: rgb(124,86,107); }
td.TdClassName
{
border-color: #7C566B;
}
.TagClassName
{
border-color: #7C566B;
}
</style>