Shades of Cosmic #7E566F
Tints of Cosmic #7E566F
RGB
CMYK
RGB Variations
Color information
#7E566F (or 0x7E566F) is known color: Cosmic. HEX triplet: 7E, 56 and 6F. RGB value is (126,86,111). Sum of RGB (Red+Green+Blue) = 126+86+111=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 126 - color contains mainly: red. Hex color #7E566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E566F is #81A990. Grayscale: #646464. Windows color (decimal): -8497553 or 7296638. OLE color: 7296638.
HSL color Cylindrical-coordinate representation of color #7E566F: hue angle of 322.5º 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 #7E566F is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 86 | 111 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.51 |
| HSL | 322.5º | 0.19% | 0.42% | - |
| HSV(B) | 322.5º | 0.32% | 0.49% | - |
| XYZ | 14.8 | 12.24 | 16.62 | - |
| YUV | 100.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 86 | 111 | 0 | 0.32 | 0.12 | 0.51 | 322.5 | 0.19 | 0.42 |
| Hex | 7E | 56 | 6F | 0 | 20 | C | 33 | 142 | 13 | 2A |
| Octal | 176 | 126 | 157 | 0 | 40 | 14 | 63 | 502 | 23 | 52 |
| Binary | 1111110 | 1010110 | 1101111 | 0 | 100000 | 1100 | 110011 | 101000010 | 10011 | 101010 |
Color Harmonies of #7E566F
Complementary color
Monochromatic Colors of #7E566F
Black with #7E566F
Text Example
Text Example
White with #7E566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E566F; }
p { color: rgb(126,86,111); }
H1.HeaderClassName
{
color: #7E566F;
}
.AnyTagClassName
{
color: #7E566F;
}
</style>
background-color css
<style>
a { background-color: #7E566F; }
a { background-color: rgb(126,86,111); }
div.DivClassName
{
background-color: #7E566F;
}
.BgClassName
{
background-color: #7E566F;
}
</style>
border-color css
<style>
span { border-color: #7E566F; }
span { border-color: rgb(126,86,111); }
td.TdClassName
{
border-color: #7E566F;
}
.TagClassName
{
border-color: #7E566F;
}
</style>