Shades of Cosmic #7E4858
Tints of Cosmic #7E4858
RGB
CMYK
RGB Variations
Color information
#7E4858 (or 0x7E4858) is known color: Cosmic. HEX triplet: 7E, 48 and 58. RGB value is (126,72,88). Sum of RGB (Red+Green+Blue) = 126+72+88=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4858 is #81B7A7. Grayscale: #595959. Windows color (decimal): -8501160 or 5785726. OLE color: 5785726.
HSL color Cylindrical-coordinate representation of color #7E4858: hue angle of 342.22º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E4858 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 72 | 88 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.51 |
| HSL | 342.22º | 0.27% | 0.39% | - |
| HSV(B) | 342.22º | 0.43% | 0.49% | - |
| XYZ | 12.68 | 9.77 | 10.45 | - |
| YUV | 89.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 72 | 88 | 0 | 0.43 | 0.30 | 0.51 | 342.22 | 0.27 | 0.39 |
| Hex | 7E | 48 | 58 | 0 | 2B | 1E | 33 | 156 | 1B | 27 |
| Octal | 176 | 110 | 130 | 0 | 53 | 36 | 63 | 526 | 33 | 47 |
| Binary | 1111110 | 1001000 | 1011000 | 0 | 101011 | 11110 | 110011 | 101010110 | 11011 | 100111 |
Color Harmonies of #7E4858
Complementary color
Monochromatic Colors of #7E4858
Black with #7E4858
Text Example
Text Example
White with #7E4858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4858; }
p { color: rgb(126,72,88); }
H1.HeaderClassName
{
color: #7E4858;
}
.AnyTagClassName
{
color: #7E4858;
}
</style>
background-color css
<style>
a { background-color: #7E4858; }
a { background-color: rgb(126,72,88); }
div.DivClassName
{
background-color: #7E4858;
}
.BgClassName
{
background-color: #7E4858;
}
</style>
border-color css
<style>
span { border-color: #7E4858; }
span { border-color: rgb(126,72,88); }
td.TdClassName
{
border-color: #7E4858;
}
.TagClassName
{
border-color: #7E4858;
}
</style>