Shades of Cosmic #7E3C64
Tints of Cosmic #7E3C64
RGB
CMYK
RGB Variations
Color information
#7E3C64 (or 0x7E3C64) is known color: Cosmic. HEX triplet: 7E, 3C and 64. RGB value is (126,60,100). Sum of RGB (Red+Green+Blue) = 126+60+100=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3C64 is #81C39B. Grayscale: #545454. Windows color (decimal): -8504220 or 6569086. OLE color: 6569086.
HSL color Cylindrical-coordinate representation of color #7E3C64: hue angle of 323.64º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E3C64 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 60 | 100 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.51 |
| HSL | 323.64º | 0.35% | 0.36% | - |
| HSV(B) | 323.64º | 0.52% | 0.49% | - |
| XYZ | 12.52 | 8.59 | 13.05 | - |
| YUV | 84.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 60 | 100 | 0 | 0.52 | 0.21 | 0.51 | 323.64 | 0.35 | 0.36 |
| Hex | 7E | 3C | 64 | 0 | 34 | 15 | 33 | 144 | 23 | 24 |
| Octal | 176 | 74 | 144 | 0 | 64 | 25 | 63 | 504 | 43 | 44 |
| Binary | 1111110 | 111100 | 1100100 | 0 | 110100 | 10101 | 110011 | 101000100 | 100011 | 100100 |
Color Harmonies of #7E3C64
Complementary color
Monochromatic Colors of #7E3C64
Black with #7E3C64
Text Example
Text Example
White with #7E3C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3C64; }
p { color: rgb(126,60,100); }
H1.HeaderClassName
{
color: #7E3C64;
}
.AnyTagClassName
{
color: #7E3C64;
}
</style>
background-color css
<style>
a { background-color: #7E3C64; }
a { background-color: rgb(126,60,100); }
div.DivClassName
{
background-color: #7E3C64;
}
.BgClassName
{
background-color: #7E3C64;
}
</style>
border-color css
<style>
span { border-color: #7E3C64; }
span { border-color: rgb(126,60,100); }
td.TdClassName
{
border-color: #7E3C64;
}
.TagClassName
{
border-color: #7E3C64;
}
</style>