Shades of Cosmic #7E566C
Tints of Cosmic #7E566C
RGB
CMYK
RGB Variations
Color information
#7E566C (or 0x7E566C) is known color: Cosmic. HEX triplet: 7E, 56 and 6C. RGB value is (126,86,108). Sum of RGB (Red+Green+Blue) = 126+86+108=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 126 - color contains mainly: red. Hex color #7E566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E566C is #81A993. Grayscale: #646464. Windows color (decimal): -8497556 or 7100030. OLE color: 7100030.
HSL color Cylindrical-coordinate representation of color #7E566C: hue angle of 327º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E566C is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 86 | 108 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.51 |
| HSL | 327º | 0.19% | 0.42% | - |
| HSV(B) | 327º | 0.32% | 0.49% | - |
| XYZ | 14.64 | 12.17 | 15.77 | - |
| YUV | 100.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 86 | 108 | 0 | 0.32 | 0.14 | 0.51 | 327 | 0.19 | 0.42 |
| Hex | 7E | 56 | 6C | 0 | 20 | E | 33 | 147 | 13 | 2A |
| Octal | 176 | 126 | 154 | 0 | 40 | 16 | 63 | 507 | 23 | 52 |
| Binary | 1111110 | 1010110 | 1101100 | 0 | 100000 | 1110 | 110011 | 101000111 | 10011 | 101010 |
Color Harmonies of #7E566C
Complementary color
Monochromatic Colors of #7E566C
Black with #7E566C
Text Example
Text Example
White with #7E566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E566C; }
p { color: rgb(126,86,108); }
H1.HeaderClassName
{
color: #7E566C;
}
.AnyTagClassName
{
color: #7E566C;
}
</style>
background-color css
<style>
a { background-color: #7E566C; }
a { background-color: rgb(126,86,108); }
div.DivClassName
{
background-color: #7E566C;
}
.BgClassName
{
background-color: #7E566C;
}
</style>
border-color css
<style>
span { border-color: #7E566C; }
span { border-color: rgb(126,86,108); }
td.TdClassName
{
border-color: #7E566C;
}
.TagClassName
{
border-color: #7E566C;
}
</style>