Shades of Trendy Pink #7D4E73
Tints of Trendy Pink #7D4E73
RGB
CMYK
RGB Variations
Color information
#7D4E73 (or 0x7D4E73) is known color: Trendy Pink. HEX triplet: 7D, 4E and 73. RGB value is (125,78,115). Sum of RGB (Red+Green+Blue) = 125+78+115=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D4E73 is #82B18C. Grayscale: #606060. Windows color (decimal): -8565133 or 7556733. OLE color: 7556733.
HSL color Cylindrical-coordinate representation of color #7D4E73: hue angle of 312.77º 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 #7D4E73 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 78 | 115 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.51 |
| HSL | 312.77º | 0.23% | 0.4% | - |
| HSV(B) | 312.77º | 0.38% | 0.49% | - |
| XYZ | 14.28 | 11.05 | 17.6 | - |
| YUV | 96.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 78 | 115 | 0 | 0.38 | 0.08 | 0.51 | 312.77 | 0.23 | 0.4 |
| Hex | 7D | 4E | 73 | 0 | 26 | 8 | 33 | 139 | 17 | 28 |
| Octal | 175 | 116 | 163 | 0 | 46 | 10 | 63 | 471 | 27 | 50 |
| Binary | 1111101 | 1001110 | 1110011 | 0 | 100110 | 1000 | 110011 | 100111001 | 10111 | 101000 |
Color Harmonies of #7D4E73
Complementary color
Monochromatic Colors of #7D4E73
Black with #7D4E73
Text Example
Text Example
White with #7D4E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4E73; }
p { color: rgb(125,78,115); }
H1.HeaderClassName
{
color: #7D4E73;
}
.AnyTagClassName
{
color: #7D4E73;
}
</style>
background-color css
<style>
a { background-color: #7D4E73; }
a { background-color: rgb(125,78,115); }
div.DivClassName
{
background-color: #7D4E73;
}
.BgClassName
{
background-color: #7D4E73;
}
</style>
border-color css
<style>
span { border-color: #7D4E73; }
span { border-color: rgb(125,78,115); }
td.TdClassName
{
border-color: #7D4E73;
}
.TagClassName
{
border-color: #7D4E73;
}
</style>