Shades of Trendy Pink #7E4C72
Tints of Trendy Pink #7E4C72
RGB
CMYK
RGB Variations
Color information
#7E4C72 (or 0x7E4C72) is known color: Trendy Pink. HEX triplet: 7E, 4C and 72. RGB value is (126,76,114). Sum of RGB (Red+Green+Blue) = 126+76+114=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4C72 is #81B38D. Grayscale: #5F5F5F. Windows color (decimal): -8500110 or 7490686. OLE color: 7490686.
HSL color Cylindrical-coordinate representation of color #7E4C72: hue angle of 314.4º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E4C72 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 76 | 114 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.51 |
| HSL | 314.4º | 0.25% | 0.4% | - |
| HSV(B) | 314.4º | 0.4% | 0.49% | - |
| XYZ | 14.23 | 10.82 | 17.26 | - |
| YUV | 95.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 76 | 114 | 0 | 0.40 | 0.10 | 0.51 | 314.4 | 0.25 | 0.4 |
| Hex | 7E | 4C | 72 | 0 | 28 | A | 33 | 13A | 19 | 28 |
| Octal | 176 | 114 | 162 | 0 | 50 | 12 | 63 | 472 | 31 | 50 |
| Binary | 1111110 | 1001100 | 1110010 | 0 | 101000 | 1010 | 110011 | 100111010 | 11001 | 101000 |
Color Harmonies of #7E4C72
Complementary color
Monochromatic Colors of #7E4C72
Black with #7E4C72
Text Example
Text Example
White with #7E4C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4C72; }
p { color: rgb(126,76,114); }
H1.HeaderClassName
{
color: #7E4C72;
}
.AnyTagClassName
{
color: #7E4C72;
}
</style>
background-color css
<style>
a { background-color: #7E4C72; }
a { background-color: rgb(126,76,114); }
div.DivClassName
{
background-color: #7E4C72;
}
.BgClassName
{
background-color: #7E4C72;
}
</style>
border-color css
<style>
span { border-color: #7E4C72; }
span { border-color: rgb(126,76,114); }
td.TdClassName
{
border-color: #7E4C72;
}
.TagClassName
{
border-color: #7E4C72;
}
</style>