Shades of Cosmic #7E405D
Tints of Cosmic #7E405D
RGB
CMYK
RGB Variations
Color information
#7E405D (or 0x7E405D) is known color: Cosmic. HEX triplet: 7E, 40 and 5D. RGB value is (126,64,93). Sum of RGB (Red+Green+Blue) = 126+64+93=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 126 - color contains mainly: red. Hex color #7E405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E405D is #81BFA2. Grayscale: #555555. Windows color (decimal): -8503203 or 6111358. OLE color: 6111358.
HSL color Cylindrical-coordinate representation of color #7E405D: hue angle of 331.94º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E405D is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 64 | 93 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.51 |
| HSL | 331.94º | 0.33% | 0.37% | - |
| HSV(B) | 331.94º | 0.49% | 0.49% | - |
| XYZ | 12.41 | 8.89 | 11.42 | - |
| YUV | 85.84 | 132.04 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 64 | 93 | 0 | 0.49 | 0.26 | 0.51 | 331.94 | 0.33 | 0.37 |
| Hex | 7E | 40 | 5D | 0 | 31 | 1A | 33 | 14C | 21 | 25 |
| Octal | 176 | 100 | 135 | 0 | 61 | 32 | 63 | 514 | 41 | 45 |
| Binary | 1111110 | 1000000 | 1011101 | 0 | 110001 | 11010 | 110011 | 101001100 | 100001 | 100101 |
Color Harmonies of #7E405D
Complementary color
Monochromatic Colors of #7E405D
Black with #7E405D
Text Example
Text Example
White with #7E405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E405D; }
p { color: rgb(126,64,93); }
H1.HeaderClassName
{
color: #7E405D;
}
.AnyTagClassName
{
color: #7E405D;
}
</style>
background-color css
<style>
a { background-color: #7E405D; }
a { background-color: rgb(126,64,93); }
div.DivClassName
{
background-color: #7E405D;
}
.BgClassName
{
background-color: #7E405D;
}
</style>
border-color css
<style>
span { border-color: #7E405D; }
span { border-color: rgb(126,64,93); }
td.TdClassName
{
border-color: #7E405D;
}
.TagClassName
{
border-color: #7E405D;
}
</style>