Shades of Cosmic #7E4D5B
Tints of Cosmic #7E4D5B
RGB
CMYK
RGB Variations
Color information
#7E4D5B (or 0x7E4D5B) is known color: Cosmic. HEX triplet: 7E, 4D and 5B. RGB value is (126,77,91). Sum of RGB (Red+Green+Blue) = 126+77+91=294 (38% of max value = 765). Red value is 126 (49.61% from 255 or 42.86% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E4D5B is #81B2A4. Grayscale: #5D5D5D. Windows color (decimal): -8499877 or 5983614. OLE color: 5983614.
HSL color Cylindrical-coordinate representation of color #7E4D5B: hue angle of 342.86º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E4D5B is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 77 | 91 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.51 |
| HSL | 342.86º | 0.24% | 0.4% | - |
| HSV(B) | 342.86º | 0.39% | 0.49% | - |
| XYZ | 13.15 | 10.5 | 11.23 | - |
| YUV | 93.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 77 | 91 | 0 | 0.39 | 0.28 | 0.51 | 342.86 | 0.24 | 0.4 |
| Hex | 7E | 4D | 5B | 0 | 27 | 1C | 33 | 157 | 18 | 28 |
| Octal | 176 | 115 | 133 | 0 | 47 | 34 | 63 | 527 | 30 | 50 |
| Binary | 1111110 | 1001101 | 1011011 | 0 | 100111 | 11100 | 110011 | 101010111 | 11000 | 101000 |
Color Harmonies of #7E4D5B
Complementary color
Monochromatic Colors of #7E4D5B
Black with #7E4D5B
Text Example
Text Example
White with #7E4D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4D5B; }
p { color: rgb(126,77,91); }
H1.HeaderClassName
{
color: #7E4D5B;
}
.AnyTagClassName
{
color: #7E4D5B;
}
</style>
background-color css
<style>
a { background-color: #7E4D5B; }
a { background-color: rgb(126,77,91); }
div.DivClassName
{
background-color: #7E4D5B;
}
.BgClassName
{
background-color: #7E4D5B;
}
</style>
border-color css
<style>
span { border-color: #7E4D5B; }
span { border-color: rgb(126,77,91); }
td.TdClassName
{
border-color: #7E4D5B;
}
.TagClassName
{
border-color: #7E4D5B;
}
</style>