Shades of Cosmic #7E3E64
Tints of Cosmic #7E3E64
RGB
CMYK
RGB Variations
Color information
#7E3E64 (or 0x7E3E64) is known color: Cosmic. HEX triplet: 7E, 3E and 64. RGB value is (126,62,100). Sum of RGB (Red+Green+Blue) = 126+62+100=288 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.75% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3E64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3E64 is #81C19B. Grayscale: #555555. Windows color (decimal): -8503708 or 6569598. OLE color: 6569598.
HSL color Cylindrical-coordinate representation of color #7E3E64: hue angle of 324.38º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E3E64 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 62 | 100 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.51 |
| HSL | 324.38º | 0.34% | 0.37% | - |
| HSV(B) | 324.38º | 0.51% | 0.49% | - |
| XYZ | 12.63 | 8.8 | 13.09 | - |
| YUV | 85.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 62 | 100 | 0 | 0.51 | 0.21 | 0.51 | 324.38 | 0.34 | 0.37 |
| Hex | 7E | 3E | 64 | 0 | 33 | 15 | 33 | 144 | 22 | 25 |
| Octal | 176 | 76 | 144 | 0 | 63 | 25 | 63 | 504 | 42 | 45 |
| Binary | 1111110 | 111110 | 1100100 | 0 | 110011 | 10101 | 110011 | 101000100 | 100010 | 100101 |
Color Harmonies of #7E3E64
Complementary color
Monochromatic Colors of #7E3E64
Black with #7E3E64
Text Example
Text Example
White with #7E3E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3E64; }
p { color: rgb(126,62,100); }
H1.HeaderClassName
{
color: #7E3E64;
}
.AnyTagClassName
{
color: #7E3E64;
}
</style>
background-color css
<style>
a { background-color: #7E3E64; }
a { background-color: rgb(126,62,100); }
div.DivClassName
{
background-color: #7E3E64;
}
.BgClassName
{
background-color: #7E3E64;
}
</style>
border-color css
<style>
span { border-color: #7E3E64; }
span { border-color: rgb(126,62,100); }
td.TdClassName
{
border-color: #7E3E64;
}
.TagClassName
{
border-color: #7E3E64;
}
</style>