Shades of Cosmic #7E556D
Tints of Cosmic #7E556D
RGB
CMYK
RGB Variations
Color information
#7E556D (or 0x7E556D) is known color: Cosmic. HEX triplet: 7E, 55 and 6D. RGB value is (126,85,109). Sum of RGB (Red+Green+Blue) = 126+85+109=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 126 - color contains mainly: red. Hex color #7E556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E556D is #81AA92. Grayscale: #636363. Windows color (decimal): -8497811 or 7165310. OLE color: 7165310.
HSL color Cylindrical-coordinate representation of color #7E556D: hue angle of 324.88º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E556D is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 85 | 109 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.51 |
| HSL | 324.88º | 0.19% | 0.41% | - |
| HSV(B) | 324.88º | 0.33% | 0.49% | - |
| XYZ | 14.61 | 12.04 | 16.02 | - |
| YUV | 100 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 109 | 0 | 0.33 | 0.13 | 0.51 | 324.88 | 0.19 | 0.41 |
| Hex | 7E | 55 | 6D | 0 | 21 | D | 33 | 145 | 13 | 29 |
| Octal | 176 | 125 | 155 | 0 | 41 | 15 | 63 | 505 | 23 | 51 |
| Binary | 1111110 | 1010101 | 1101101 | 0 | 100001 | 1101 | 110011 | 101000101 | 10011 | 101001 |
Color Harmonies of #7E556D
Complementary color
Monochromatic Colors of #7E556D
Black with #7E556D
Text Example
Text Example
White with #7E556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E556D; }
p { color: rgb(126,85,109); }
H1.HeaderClassName
{
color: #7E556D;
}
.AnyTagClassName
{
color: #7E556D;
}
</style>
background-color css
<style>
a { background-color: #7E556D; }
a { background-color: rgb(126,85,109); }
div.DivClassName
{
background-color: #7E556D;
}
.BgClassName
{
background-color: #7E556D;
}
</style>
border-color css
<style>
span { border-color: #7E556D; }
span { border-color: rgb(126,85,109); }
td.TdClassName
{
border-color: #7E556D;
}
.TagClassName
{
border-color: #7E556D;
}
</style>