Shades of Cosmic #7E3962
Tints of Cosmic #7E3962
RGB
CMYK
RGB Variations
Color information
#7E3962 (or 0x7E3962) is known color: Cosmic. HEX triplet: 7E, 39 and 62. RGB value is (126,57,98). Sum of RGB (Red+Green+Blue) = 126+57+98=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3962 is #81C69D. Grayscale: #525252. Windows color (decimal): -8504990 or 6437246. OLE color: 6437246.
HSL color Cylindrical-coordinate representation of color #7E3962: hue angle of 324.35º 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 #7E3962 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 98 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.51 |
| HSL | 324.35º | 0.38% | 0.36% | - |
| HSV(B) | 324.35º | 0.55% | 0.49% | - |
| XYZ | 12.27 | 8.24 | 12.5 | - |
| YUV | 82.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 98 | 0 | 0.55 | 0.22 | 0.51 | 324.35 | 0.38 | 0.36 |
| Hex | 7E | 39 | 62 | 0 | 37 | 16 | 33 | 144 | 26 | 24 |
| Octal | 176 | 71 | 142 | 0 | 67 | 26 | 63 | 504 | 46 | 44 |
| Binary | 1111110 | 111001 | 1100010 | 0 | 110111 | 10110 | 110011 | 101000100 | 100110 | 100100 |
Color Harmonies of #7E3962
Complementary color
Monochromatic Colors of #7E3962
Black with #7E3962
Text Example
Text Example
White with #7E3962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3962; }
p { color: rgb(126,57,98); }
H1.HeaderClassName
{
color: #7E3962;
}
.AnyTagClassName
{
color: #7E3962;
}
</style>
background-color css
<style>
a { background-color: #7E3962; }
a { background-color: rgb(126,57,98); }
div.DivClassName
{
background-color: #7E3962;
}
.BgClassName
{
background-color: #7E3962;
}
</style>
border-color css
<style>
span { border-color: #7E3962; }
span { border-color: rgb(126,57,98); }
td.TdClassName
{
border-color: #7E3962;
}
.TagClassName
{
border-color: #7E3962;
}
</style>