Shades of Cosmic #7E405A
Tints of Cosmic #7E405A
RGB
CMYK
RGB Variations
Color information
#7E405A (or 0x7E405A) is known color: Cosmic. HEX triplet: 7E, 40 and 5A. RGB value is (126,64,90). Sum of RGB (Red+Green+Blue) = 126+64+90=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 126 - color contains mainly: red. Hex color #7E405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E405A is #81BFA5. Grayscale: #555555. Windows color (decimal): -8503206 or 5914750. OLE color: 5914750.
HSL color Cylindrical-coordinate representation of color #7E405A: hue angle of 334.84º 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 #7E405A is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 64 | 90 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.51 |
| HSL | 334.84º | 0.33% | 0.37% | - |
| HSV(B) | 334.84º | 0.49% | 0.49% | - |
| XYZ | 12.28 | 8.84 | 10.73 | - |
| YUV | 85.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 64 | 90 | 0 | 0.49 | 0.29 | 0.51 | 334.84 | 0.33 | 0.37 |
| Hex | 7E | 40 | 5A | 0 | 31 | 1D | 33 | 14F | 21 | 25 |
| Octal | 176 | 100 | 132 | 0 | 61 | 35 | 63 | 517 | 41 | 45 |
| Binary | 1111110 | 1000000 | 1011010 | 0 | 110001 | 11101 | 110011 | 101001111 | 100001 | 100101 |
Color Harmonies of #7E405A
Complementary color
Monochromatic Colors of #7E405A
Black with #7E405A
Text Example
Text Example
White with #7E405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E405A; }
p { color: rgb(126,64,90); }
H1.HeaderClassName
{
color: #7E405A;
}
.AnyTagClassName
{
color: #7E405A;
}
</style>
background-color css
<style>
a { background-color: #7E405A; }
a { background-color: rgb(126,64,90); }
div.DivClassName
{
background-color: #7E405A;
}
.BgClassName
{
background-color: #7E405A;
}
</style>
border-color css
<style>
span { border-color: #7E405A; }
span { border-color: rgb(126,64,90); }
td.TdClassName
{
border-color: #7E405A;
}
.TagClassName
{
border-color: #7E405A;
}
</style>