Shades of Cosmic #7E4E66
Tints of Cosmic #7E4E66
RGB
CMYK
RGB Variations
Color information
#7E4E66 (or 0x7E4E66) is known color: Cosmic. HEX triplet: 7E, 4E and 66. RGB value is (126,78,102). Sum of RGB (Red+Green+Blue) = 126+78+102=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E4E66 is #81B199. Grayscale: #5F5F5F. Windows color (decimal): -8499610 or 6704766. OLE color: 6704766.
HSL color Cylindrical-coordinate representation of color #7E4E66: hue angle of 330º 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 #7E4E66 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 78 | 102 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.51 |
| HSL | 330º | 0.24% | 0.4% | - |
| HSV(B) | 330º | 0.38% | 0.49% | - |
| XYZ | 13.73 | 10.84 | 13.94 | - |
| YUV | 95.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 78 | 102 | 0 | 0.38 | 0.19 | 0.51 | 330 | 0.24 | 0.4 |
| Hex | 7E | 4E | 66 | 0 | 26 | 13 | 33 | 14A | 18 | 28 |
| Octal | 176 | 116 | 146 | 0 | 46 | 23 | 63 | 512 | 30 | 50 |
| Binary | 1111110 | 1001110 | 1100110 | 0 | 100110 | 10011 | 110011 | 101001010 | 11000 | 101000 |
Color Harmonies of #7E4E66
Complementary color
Monochromatic Colors of #7E4E66
Black with #7E4E66
Text Example
Text Example
White with #7E4E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4E66; }
p { color: rgb(126,78,102); }
H1.HeaderClassName
{
color: #7E4E66;
}
.AnyTagClassName
{
color: #7E4E66;
}
</style>
background-color css
<style>
a { background-color: #7E4E66; }
a { background-color: rgb(126,78,102); }
div.DivClassName
{
background-color: #7E4E66;
}
.BgClassName
{
background-color: #7E4E66;
}
</style>
border-color css
<style>
span { border-color: #7E4E66; }
span { border-color: rgb(126,78,102); }
td.TdClassName
{
border-color: #7E4E66;
}
.TagClassName
{
border-color: #7E4E66;
}
</style>