Shades of Cosmic #7C566D
Tints of Cosmic #7C566D
RGB
CMYK
RGB Variations
Color information
#7C566D (or 0x7C566D) is known color: Cosmic. HEX triplet: 7C, 56 and 6D. RGB value is (124,86,109). Sum of RGB (Red+Green+Blue) = 124+86+109=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 124 - color contains mainly: red. Hex color #7C566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C566D is #83A992. Grayscale: #636363. Windows color (decimal): -8628627 or 7165564. OLE color: 7165564.
HSL color Cylindrical-coordinate representation of color #7C566D: hue angle of 323.68º 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 #7C566D is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 86 | 109 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.51 |
| HSL | 323.68º | 0.18% | 0.41% | - |
| HSV(B) | 323.68º | 0.31% | 0.49% | - |
| XYZ | 14.4 | 12.04 | 16.03 | - |
| YUV | 99.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 109 | 0 | 0.31 | 0.12 | 0.51 | 323.68 | 0.18 | 0.41 |
| Hex | 7C | 56 | 6D | 0 | 1F | C | 33 | 144 | 12 | 29 |
| Octal | 174 | 126 | 155 | 0 | 37 | 14 | 63 | 504 | 22 | 51 |
| Binary | 1111100 | 1010110 | 1101101 | 0 | 11111 | 1100 | 110011 | 101000100 | 10010 | 101001 |
Color Harmonies of #7C566D
Complementary color
Monochromatic Colors of #7C566D
Black with #7C566D
Text Example
Text Example
White with #7C566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C566D; }
p { color: rgb(124,86,109); }
H1.HeaderClassName
{
color: #7C566D;
}
.AnyTagClassName
{
color: #7C566D;
}
</style>
background-color css
<style>
a { background-color: #7C566D; }
a { background-color: rgb(124,86,109); }
div.DivClassName
{
background-color: #7C566D;
}
.BgClassName
{
background-color: #7C566D;
}
</style>
border-color css
<style>
span { border-color: #7C566D; }
span { border-color: rgb(124,86,109); }
td.TdClassName
{
border-color: #7C566D;
}
.TagClassName
{
border-color: #7C566D;
}
</style>