Shades of Cosmic #7E4E5C
Tints of Cosmic #7E4E5C
RGB
CMYK
RGB Variations
Color information
#7E4E5C (or 0x7E4E5C) is known color: Cosmic. HEX triplet: 7E, 4E and 5C. RGB value is (126,78,92). Sum of RGB (Red+Green+Blue) = 126+78+92=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E4E5C is #81B1A3. Grayscale: #5D5D5D. Windows color (decimal): -8499620 or 6049406. OLE color: 6049406.
HSL color Cylindrical-coordinate representation of color #7E4E5C: hue angle of 342.5º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E4E5C is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 78 | 92 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.51 |
| HSL | 342.5º | 0.24% | 0.4% | - |
| HSV(B) | 342.5º | 0.38% | 0.49% | - |
| XYZ | 13.26 | 10.66 | 11.48 | - |
| YUV | 93.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 78 | 92 | 0 | 0.38 | 0.27 | 0.51 | 342.5 | 0.24 | 0.4 |
| Hex | 7E | 4E | 5C | 0 | 26 | 1B | 33 | 156 | 18 | 28 |
| Octal | 176 | 116 | 134 | 0 | 46 | 33 | 63 | 526 | 30 | 50 |
| Binary | 1111110 | 1001110 | 1011100 | 0 | 100110 | 11011 | 110011 | 101010110 | 11000 | 101000 |
Color Harmonies of #7E4E5C
Complementary color
Monochromatic Colors of #7E4E5C
Black with #7E4E5C
Text Example
Text Example
White with #7E4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4E5C; }
p { color: rgb(126,78,92); }
H1.HeaderClassName
{
color: #7E4E5C;
}
.AnyTagClassName
{
color: #7E4E5C;
}
</style>
background-color css
<style>
a { background-color: #7E4E5C; }
a { background-color: rgb(126,78,92); }
div.DivClassName
{
background-color: #7E4E5C;
}
.BgClassName
{
background-color: #7E4E5C;
}
</style>
border-color css
<style>
span { border-color: #7E4E5C; }
span { border-color: rgb(126,78,92); }
td.TdClassName
{
border-color: #7E4E5C;
}
.TagClassName
{
border-color: #7E4E5C;
}
</style>