Shades of Cosmic #7E4659
Tints of Cosmic #7E4659
RGB
CMYK
RGB Variations
Color information
#7E4659 (or 0x7E4659) is known color: Cosmic. HEX triplet: 7E, 46 and 59. RGB value is (126,70,89). Sum of RGB (Red+Green+Blue) = 126+70+89=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4659 is #81B9A6. Grayscale: #585858. Windows color (decimal): -8501671 or 5850750. OLE color: 5850750.
HSL color Cylindrical-coordinate representation of color #7E4659: hue angle of 339.64º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E4659 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 70 | 89 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.51 |
| HSL | 339.64º | 0.29% | 0.38% | - |
| HSV(B) | 339.64º | 0.44% | 0.49% | - |
| XYZ | 12.6 | 9.54 | 10.63 | - |
| YUV | 88.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 70 | 89 | 0 | 0.44 | 0.29 | 0.51 | 339.64 | 0.29 | 0.38 |
| Hex | 7E | 46 | 59 | 0 | 2C | 1D | 33 | 154 | 1D | 26 |
| Octal | 176 | 106 | 131 | 0 | 54 | 35 | 63 | 524 | 35 | 46 |
| Binary | 1111110 | 1000110 | 1011001 | 0 | 101100 | 11101 | 110011 | 101010100 | 11101 | 100110 |
Color Harmonies of #7E4659
Complementary color
Monochromatic Colors of #7E4659
Black with #7E4659
Text Example
Text Example
White with #7E4659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4659; }
p { color: rgb(126,70,89); }
H1.HeaderClassName
{
color: #7E4659;
}
.AnyTagClassName
{
color: #7E4659;
}
</style>
background-color css
<style>
a { background-color: #7E4659; }
a { background-color: rgb(126,70,89); }
div.DivClassName
{
background-color: #7E4659;
}
.BgClassName
{
background-color: #7E4659;
}
</style>
border-color css
<style>
span { border-color: #7E4659; }
span { border-color: rgb(126,70,89); }
td.TdClassName
{
border-color: #7E4659;
}
.TagClassName
{
border-color: #7E4659;
}
</style>