Shades of Cosmic #7E3968
Tints of Cosmic #7E3968
RGB
CMYK
RGB Variations
Color information
#7E3968 (or 0x7E3968) is known color: Cosmic. HEX triplet: 7E, 39 and 68. RGB value is (126,57,104). Sum of RGB (Red+Green+Blue) = 126+57+104=287 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.90% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3968 is #81C697. Grayscale: #525252. Windows color (decimal): -8504984 or 6830462. OLE color: 6830462.
HSL color Cylindrical-coordinate representation of color #7E3968: hue angle of 319.13º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E3968 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 104 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.51 |
| HSL | 319.13º | 0.38% | 0.36% | - |
| HSV(B) | 319.13º | 0.55% | 0.49% | - |
| XYZ | 12.57 | 8.36 | 14.05 | - |
| YUV | 82.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 104 | 0 | 0.55 | 0.17 | 0.51 | 319.13 | 0.38 | 0.36 |
| Hex | 7E | 39 | 68 | 0 | 37 | 11 | 33 | 13F | 26 | 24 |
| Octal | 176 | 71 | 150 | 0 | 67 | 21 | 63 | 477 | 46 | 44 |
| Binary | 1111110 | 111001 | 1101000 | 0 | 110111 | 10001 | 110011 | 100111111 | 100110 | 100100 |
Color Harmonies of #7E3968
Complementary color
Monochromatic Colors of #7E3968
Black with #7E3968
Text Example
Text Example
White with #7E3968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3968; }
p { color: rgb(126,57,104); }
H1.HeaderClassName
{
color: #7E3968;
}
.AnyTagClassName
{
color: #7E3968;
}
</style>
background-color css
<style>
a { background-color: #7E3968; }
a { background-color: rgb(126,57,104); }
div.DivClassName
{
background-color: #7E3968;
}
.BgClassName
{
background-color: #7E3968;
}
</style>
border-color css
<style>
span { border-color: #7E3968; }
span { border-color: rgb(126,57,104); }
td.TdClassName
{
border-color: #7E3968;
}
.TagClassName
{
border-color: #7E3968;
}
</style>