Shades of Cosmic #7E405E
Tints of Cosmic #7E405E
RGB
CMYK
RGB Variations
Color information
#7E405E (or 0x7E405E) is known color: Cosmic. HEX triplet: 7E, 40 and 5E. RGB value is (126,64,94). Sum of RGB (Red+Green+Blue) = 126+64+94=284 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.37% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 126 - color contains mainly: red. Hex color #7E405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E405E is #81BFA1. Grayscale: #555555. Windows color (decimal): -8503202 or 6176894. OLE color: 6176894.
HSL color Cylindrical-coordinate representation of color #7E405E: hue angle of 330.97º 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 #7E405E is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 64 | 94 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.51 |
| HSL | 330.97º | 0.33% | 0.37% | - |
| HSV(B) | 330.97º | 0.49% | 0.49% | - |
| XYZ | 12.46 | 8.91 | 11.65 | - |
| YUV | 85.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 64 | 94 | 0 | 0.49 | 0.25 | 0.51 | 330.97 | 0.33 | 0.37 |
| Hex | 7E | 40 | 5E | 0 | 31 | 19 | 33 | 14B | 21 | 25 |
| Octal | 176 | 100 | 136 | 0 | 61 | 31 | 63 | 513 | 41 | 45 |
| Binary | 1111110 | 1000000 | 1011110 | 0 | 110001 | 11001 | 110011 | 101001011 | 100001 | 100101 |
Color Harmonies of #7E405E
Complementary color
Monochromatic Colors of #7E405E
Black with #7E405E
Text Example
Text Example
White with #7E405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E405E; }
p { color: rgb(126,64,94); }
H1.HeaderClassName
{
color: #7E405E;
}
.AnyTagClassName
{
color: #7E405E;
}
</style>
background-color css
<style>
a { background-color: #7E405E; }
a { background-color: rgb(126,64,94); }
div.DivClassName
{
background-color: #7E405E;
}
.BgClassName
{
background-color: #7E405E;
}
</style>
border-color css
<style>
span { border-color: #7E405E; }
span { border-color: rgb(126,64,94); }
td.TdClassName
{
border-color: #7E405E;
}
.TagClassName
{
border-color: #7E405E;
}
</style>