Shades of Trendy Pink #7F597C
Tints of Trendy Pink #7F597C
RGB
CMYK
RGB Variations
Color information
#7F597C (or 0x7F597C) is known color: Trendy Pink. HEX triplet: 7F, 59 and 7C. RGB value is (127,89,124). Sum of RGB (Red+Green+Blue) = 127+89+124=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 127 - color contains mainly: red. Hex color #7F597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F597C is #80A683. Grayscale: #686868. Windows color (decimal): -8431236 or 8149375. OLE color: 8149375.
HSL color Cylindrical-coordinate representation of color #7F597C: hue angle of 304.74º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F597C is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 89 | 124 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.50 |
| HSL | 304.74º | 0.18% | 0.42% | - |
| HSV(B) | 304.74º | 0.3% | 0.5% | - |
| XYZ | 15.96 | 13.11 | 20.76 | - |
| YUV | 104.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 89 | 124 | 0 | 0.30 | 0.02 | 0.50 | 304.74 | 0.18 | 0.42 |
| Hex | 7F | 59 | 7C | 0 | 1E | 2 | 32 | 131 | 12 | 2A |
| Octal | 177 | 131 | 174 | 0 | 36 | 2 | 62 | 461 | 22 | 52 |
| Binary | 1111111 | 1011001 | 1111100 | 0 | 11110 | 10 | 110010 | 100110001 | 10010 | 101010 |
Color Harmonies of #7F597C
Complementary color
Monochromatic Colors of #7F597C
Black with #7F597C
Text Example
Text Example
White with #7F597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F597C; }
p { color: rgb(127,89,124); }
H1.HeaderClassName
{
color: #7F597C;
}
.AnyTagClassName
{
color: #7F597C;
}
</style>
background-color css
<style>
a { background-color: #7F597C; }
a { background-color: rgb(127,89,124); }
div.DivClassName
{
background-color: #7F597C;
}
.BgClassName
{
background-color: #7F597C;
}
</style>
border-color css
<style>
span { border-color: #7F597C; }
span { border-color: rgb(127,89,124); }
td.TdClassName
{
border-color: #7F597C;
}
.TagClassName
{
border-color: #7F597C;
}
</style>