Shades of Trendy Pink #7D597C
Tints of Trendy Pink #7D597C
RGB
CMYK
RGB Variations
Color information
#7D597C (or 0x7D597C) is known color: Trendy Pink. HEX triplet: 7D, 59 and 7C. RGB value is (125,89,124). Sum of RGB (Red+Green+Blue) = 125+89+124=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 125 - color contains mainly: red. Hex color #7D597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D597C is #82A683. Grayscale: #676767. Windows color (decimal): -8562308 or 8149373. OLE color: 8149373.
HSL color Cylindrical-coordinate representation of color #7D597C: hue angle of 301.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D597C is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 89 | 124 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.51 |
| HSL | 301.67º | 0.17% | 0.42% | - |
| HSV(B) | 301.67º | 0.29% | 0.49% | - |
| XYZ | 15.67 | 12.96 | 20.74 | - |
| YUV | 103.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 124 | 0 | 0.29 | 0.01 | 0.51 | 301.67 | 0.17 | 0.42 |
| Hex | 7D | 59 | 7C | 0 | 1D | 1 | 33 | 12E | 11 | 2A |
| Octal | 175 | 131 | 174 | 0 | 35 | 1 | 63 | 456 | 21 | 52 |
| Binary | 1111101 | 1011001 | 1111100 | 0 | 11101 | 1 | 110011 | 100101110 | 10001 | 101010 |
Color Harmonies of #7D597C
Complementary color
Monochromatic Colors of #7D597C
Black with #7D597C
Text Example
Text Example
White with #7D597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D597C; }
p { color: rgb(125,89,124); }
H1.HeaderClassName
{
color: #7D597C;
}
.AnyTagClassName
{
color: #7D597C;
}
</style>
background-color css
<style>
a { background-color: #7D597C; }
a { background-color: rgb(125,89,124); }
div.DivClassName
{
background-color: #7D597C;
}
.BgClassName
{
background-color: #7D597C;
}
</style>
border-color css
<style>
span { border-color: #7D597C; }
span { border-color: rgb(125,89,124); }
td.TdClassName
{
border-color: #7D597C;
}
.TagClassName
{
border-color: #7D597C;
}
</style>