Shades of Cosmic #7E4D5C
Tints of Cosmic #7E4D5C
RGB
CMYK
RGB Variations
Color information
#7E4D5C (or 0x7E4D5C) is known color: Cosmic. HEX triplet: 7E, 4D and 5C. RGB value is (126,77,92). Sum of RGB (Red+Green+Blue) = 126+77+92=295 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.71% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E4D5C is #81B2A3. Grayscale: #5D5D5D. Windows color (decimal): -8499876 or 6049150. OLE color: 6049150.
HSL color Cylindrical-coordinate representation of color #7E4D5C: hue angle of 341.63º 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 #7E4D5C is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 77 | 92 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.51 |
| HSL | 341.63º | 0.24% | 0.4% | - |
| HSV(B) | 341.63º | 0.39% | 0.49% | - |
| XYZ | 13.19 | 10.52 | 11.46 | - |
| YUV | 93.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 77 | 92 | 0 | 0.39 | 0.27 | 0.51 | 341.63 | 0.24 | 0.4 |
| Hex | 7E | 4D | 5C | 0 | 27 | 1B | 33 | 156 | 18 | 28 |
| Octal | 176 | 115 | 134 | 0 | 47 | 33 | 63 | 526 | 30 | 50 |
| Binary | 1111110 | 1001101 | 1011100 | 0 | 100111 | 11011 | 110011 | 101010110 | 11000 | 101000 |
Color Harmonies of #7E4D5C
Complementary color
Monochromatic Colors of #7E4D5C
Black with #7E4D5C
Text Example
Text Example
White with #7E4D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4D5C; }
p { color: rgb(126,77,92); }
H1.HeaderClassName
{
color: #7E4D5C;
}
.AnyTagClassName
{
color: #7E4D5C;
}
</style>
background-color css
<style>
a { background-color: #7E4D5C; }
a { background-color: rgb(126,77,92); }
div.DivClassName
{
background-color: #7E4D5C;
}
.BgClassName
{
background-color: #7E4D5C;
}
</style>
border-color css
<style>
span { border-color: #7E4D5C; }
span { border-color: rgb(126,77,92); }
td.TdClassName
{
border-color: #7E4D5C;
}
.TagClassName
{
border-color: #7E4D5C;
}
</style>