Shades of Cosmic #7E4864
Tints of Cosmic #7E4864
RGB
CMYK
RGB Variations
Color information
#7E4864 (or 0x7E4864) is known color: Cosmic. HEX triplet: 7E, 48 and 64. RGB value is (126,72,100). Sum of RGB (Red+Green+Blue) = 126+72+100=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4864 is #81B79B. Grayscale: #5B5B5B. Windows color (decimal): -8501148 or 6572158. OLE color: 6572158.
HSL color Cylindrical-coordinate representation of color #7E4864: hue angle of 328.89º 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 #7E4864 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 72 | 100 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.51 |
| HSL | 328.89º | 0.27% | 0.39% | - |
| HSV(B) | 328.89º | 0.43% | 0.49% | - |
| XYZ | 13.22 | 9.99 | 13.29 | - |
| YUV | 91.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 72 | 100 | 0 | 0.43 | 0.21 | 0.51 | 328.89 | 0.27 | 0.39 |
| Hex | 7E | 48 | 64 | 0 | 2B | 15 | 33 | 149 | 1B | 27 |
| Octal | 176 | 110 | 144 | 0 | 53 | 25 | 63 | 511 | 33 | 47 |
| Binary | 1111110 | 1001000 | 1100100 | 0 | 101011 | 10101 | 110011 | 101001001 | 11011 | 100111 |
Color Harmonies of #7E4864
Complementary color
Monochromatic Colors of #7E4864
Black with #7E4864
Text Example
Text Example
White with #7E4864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4864; }
p { color: rgb(126,72,100); }
H1.HeaderClassName
{
color: #7E4864;
}
.AnyTagClassName
{
color: #7E4864;
}
</style>
background-color css
<style>
a { background-color: #7E4864; }
a { background-color: rgb(126,72,100); }
div.DivClassName
{
background-color: #7E4864;
}
.BgClassName
{
background-color: #7E4864;
}
</style>
border-color css
<style>
span { border-color: #7E4864; }
span { border-color: rgb(126,72,100); }
td.TdClassName
{
border-color: #7E4864;
}
.TagClassName
{
border-color: #7E4864;
}
</style>