Shades of Cosmic #7E4D5D
Tints of Cosmic #7E4D5D
RGB
CMYK
RGB Variations
Color information
#7E4D5D (or 0x7E4D5D) is known color: Cosmic. HEX triplet: 7E, 4D and 5D. RGB value is (126,77,93). Sum of RGB (Red+Green+Blue) = 126+77+93=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E4D5D is #81B2A2. Grayscale: #5D5D5D. Windows color (decimal): -8499875 or 6114686. OLE color: 6114686.
HSL color Cylindrical-coordinate representation of color #7E4D5D: hue angle of 340.41º 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 #7E4D5D is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 77 | 93 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.51 |
| HSL | 340.41º | 0.24% | 0.4% | - |
| HSV(B) | 340.41º | 0.39% | 0.49% | - |
| XYZ | 13.23 | 10.53 | 11.69 | - |
| YUV | 93.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 77 | 93 | 0 | 0.39 | 0.26 | 0.51 | 340.41 | 0.24 | 0.4 |
| Hex | 7E | 4D | 5D | 0 | 27 | 1A | 33 | 154 | 18 | 28 |
| Octal | 176 | 115 | 135 | 0 | 47 | 32 | 63 | 524 | 30 | 50 |
| Binary | 1111110 | 1001101 | 1011101 | 0 | 100111 | 11010 | 110011 | 101010100 | 11000 | 101000 |
Color Harmonies of #7E4D5D
Complementary color
Monochromatic Colors of #7E4D5D
Black with #7E4D5D
Text Example
Text Example
White with #7E4D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4D5D; }
p { color: rgb(126,77,93); }
H1.HeaderClassName
{
color: #7E4D5D;
}
.AnyTagClassName
{
color: #7E4D5D;
}
</style>
background-color css
<style>
a { background-color: #7E4D5D; }
a { background-color: rgb(126,77,93); }
div.DivClassName
{
background-color: #7E4D5D;
}
.BgClassName
{
background-color: #7E4D5D;
}
</style>
border-color css
<style>
span { border-color: #7E4D5D; }
span { border-color: rgb(126,77,93); }
td.TdClassName
{
border-color: #7E4D5D;
}
.TagClassName
{
border-color: #7E4D5D;
}
</style>