Shades of Cosmic #7E3C5F
Tints of Cosmic #7E3C5F
RGB
CMYK
RGB Variations
Color information
#7E3C5F (or 0x7E3C5F) is known color: Cosmic. HEX triplet: 7E, 3C and 5F. RGB value is (126,60,95). Sum of RGB (Red+Green+Blue) = 126+60+95=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3C5F is #81C3A0. Grayscale: #535353. Windows color (decimal): -8504225 or 6241406. OLE color: 6241406.
HSL color Cylindrical-coordinate representation of color #7E3C5F: hue angle of 328.18º 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 #7E3C5F is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 60 | 95 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.51 |
| HSL | 328.18º | 0.35% | 0.36% | - |
| HSV(B) | 328.18º | 0.52% | 0.49% | - |
| XYZ | 12.29 | 8.49 | 11.82 | - |
| YUV | 83.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 60 | 95 | 0 | 0.52 | 0.25 | 0.51 | 328.18 | 0.35 | 0.36 |
| Hex | 7E | 3C | 5F | 0 | 34 | 19 | 33 | 148 | 23 | 24 |
| Octal | 176 | 74 | 137 | 0 | 64 | 31 | 63 | 510 | 43 | 44 |
| Binary | 1111110 | 111100 | 1011111 | 0 | 110100 | 11001 | 110011 | 101001000 | 100011 | 100100 |
Color Harmonies of #7E3C5F
Complementary color
Monochromatic Colors of #7E3C5F
Black with #7E3C5F
Text Example
Text Example
White with #7E3C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3C5F; }
p { color: rgb(126,60,95); }
H1.HeaderClassName
{
color: #7E3C5F;
}
.AnyTagClassName
{
color: #7E3C5F;
}
</style>
background-color css
<style>
a { background-color: #7E3C5F; }
a { background-color: rgb(126,60,95); }
div.DivClassName
{
background-color: #7E3C5F;
}
.BgClassName
{
background-color: #7E3C5F;
}
</style>
border-color css
<style>
span { border-color: #7E3C5F; }
span { border-color: rgb(126,60,95); }
td.TdClassName
{
border-color: #7E3C5F;
}
.TagClassName
{
border-color: #7E3C5F;
}
</style>