Shades of Trendy Pink #7E4E72
Tints of Trendy Pink #7E4E72
RGB
CMYK
RGB Variations
Color information
#7E4E72 (or 0x7E4E72) is known color: Trendy Pink. HEX triplet: 7E, 4E and 72. RGB value is (126,78,114). Sum of RGB (Red+Green+Blue) = 126+78+114=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E4E72 is #81B18D. Grayscale: #606060. Windows color (decimal): -8499598 or 7491198. OLE color: 7491198.
HSL color Cylindrical-coordinate representation of color #7E4E72: hue angle of 315º 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 #7E4E72 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 78 | 114 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.51 |
| HSL | 315º | 0.24% | 0.4% | - |
| HSV(B) | 315º | 0.38% | 0.49% | - |
| XYZ | 14.37 | 11.1 | 17.3 | - |
| YUV | 96.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 78 | 114 | 0 | 0.38 | 0.10 | 0.51 | 315 | 0.24 | 0.4 |
| Hex | 7E | 4E | 72 | 0 | 26 | A | 33 | 13B | 18 | 28 |
| Octal | 176 | 116 | 162 | 0 | 46 | 12 | 63 | 473 | 30 | 50 |
| Binary | 1111110 | 1001110 | 1110010 | 0 | 100110 | 1010 | 110011 | 100111011 | 11000 | 101000 |
Color Harmonies of #7E4E72
Complementary color
Monochromatic Colors of #7E4E72
Black with #7E4E72
Text Example
Text Example
White with #7E4E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4E72; }
p { color: rgb(126,78,114); }
H1.HeaderClassName
{
color: #7E4E72;
}
.AnyTagClassName
{
color: #7E4E72;
}
</style>
background-color css
<style>
a { background-color: #7E4E72; }
a { background-color: rgb(126,78,114); }
div.DivClassName
{
background-color: #7E4E72;
}
.BgClassName
{
background-color: #7E4E72;
}
</style>
border-color css
<style>
span { border-color: #7E4E72; }
span { border-color: rgb(126,78,114); }
td.TdClassName
{
border-color: #7E4E72;
}
.TagClassName
{
border-color: #7E4E72;
}
</style>