Shades of Trendy Pink #7D4E71
Tints of Trendy Pink #7D4E71
RGB
CMYK
RGB Variations
Color information
#7D4E71 (or 0x7D4E71) is known color: Trendy Pink. HEX triplet: 7D, 4E and 71. RGB value is (125,78,113). Sum of RGB (Red+Green+Blue) = 125+78+113=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D4E71 is #82B18E. Grayscale: #5F5F5F. Windows color (decimal): -8565135 or 7425661. OLE color: 7425661.
HSL color Cylindrical-coordinate representation of color #7D4E71: hue angle of 315.32º degrees, saturation: 0.23, 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 #7D4E71 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 78 | 113 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.51 |
| HSL | 315.32º | 0.23% | 0.4% | - |
| HSV(B) | 315.32º | 0.38% | 0.49% | - |
| XYZ | 14.16 | 11 | 17 | - |
| YUV | 96.04 | 137.57 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 78 | 113 | 0 | 0.38 | 0.10 | 0.51 | 315.32 | 0.23 | 0.4 |
| Hex | 7D | 4E | 71 | 0 | 26 | A | 33 | 13B | 17 | 28 |
| Octal | 175 | 116 | 161 | 0 | 46 | 12 | 63 | 473 | 27 | 50 |
| Binary | 1111101 | 1001110 | 1110001 | 0 | 100110 | 1010 | 110011 | 100111011 | 10111 | 101000 |
Color Harmonies of #7D4E71
Complementary color
Monochromatic Colors of #7D4E71
Black with #7D4E71
Text Example
Text Example
White with #7D4E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4E71; }
p { color: rgb(125,78,113); }
H1.HeaderClassName
{
color: #7D4E71;
}
.AnyTagClassName
{
color: #7D4E71;
}
</style>
background-color css
<style>
a { background-color: #7D4E71; }
a { background-color: rgb(125,78,113); }
div.DivClassName
{
background-color: #7D4E71;
}
.BgClassName
{
background-color: #7D4E71;
}
</style>
border-color css
<style>
span { border-color: #7D4E71; }
span { border-color: rgb(125,78,113); }
td.TdClassName
{
border-color: #7D4E71;
}
.TagClassName
{
border-color: #7D4E71;
}
</style>