Shades of Cosmic #7E4E60
Tints of Cosmic #7E4E60
RGB
CMYK
RGB Variations
Color information
#7E4E60 (or 0x7E4E60) is known color: Cosmic. HEX triplet: 7E, 4E and 60. RGB value is (126,78,96). Sum of RGB (Red+Green+Blue) = 126+78+96=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E4E60 is #81B19F. Grayscale: #5E5E5E. Windows color (decimal): -8499616 or 6311550. OLE color: 6311550.
HSL color Cylindrical-coordinate representation of color #7E4E60: hue angle of 337.5º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E4E60 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 78 | 96 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.51 |
| HSL | 337.5º | 0.24% | 0.4% | - |
| HSV(B) | 337.5º | 0.38% | 0.49% | - |
| XYZ | 13.44 | 10.73 | 12.43 | - |
| YUV | 94.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 78 | 96 | 0 | 0.38 | 0.24 | 0.51 | 337.5 | 0.24 | 0.4 |
| Hex | 7E | 4E | 60 | 0 | 26 | 18 | 33 | 152 | 18 | 28 |
| Octal | 176 | 116 | 140 | 0 | 46 | 30 | 63 | 522 | 30 | 50 |
| Binary | 1111110 | 1001110 | 1100000 | 0 | 100110 | 11000 | 110011 | 101010010 | 11000 | 101000 |
Color Harmonies of #7E4E60
Complementary color
Monochromatic Colors of #7E4E60
Black with #7E4E60
Text Example
Text Example
White with #7E4E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4E60; }
p { color: rgb(126,78,96); }
H1.HeaderClassName
{
color: #7E4E60;
}
.AnyTagClassName
{
color: #7E4E60;
}
</style>
background-color css
<style>
a { background-color: #7E4E60; }
a { background-color: rgb(126,78,96); }
div.DivClassName
{
background-color: #7E4E60;
}
.BgClassName
{
background-color: #7E4E60;
}
</style>
border-color css
<style>
span { border-color: #7E4E60; }
span { border-color: rgb(126,78,96); }
td.TdClassName
{
border-color: #7E4E60;
}
.TagClassName
{
border-color: #7E4E60;
}
</style>