Shades of Trendy Pink #7F597A
Tints of Trendy Pink #7F597A
RGB
CMYK
RGB Variations
Color information
#7F597A (or 0x7F597A) is known color: Trendy Pink. HEX triplet: 7F, 59 and 7A. RGB value is (127,89,122). Sum of RGB (Red+Green+Blue) = 127+89+122=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 127 - color contains mainly: red. Hex color #7F597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F597A is #80A685. Grayscale: #686868. Windows color (decimal): -8431238 or 8018303. OLE color: 8018303.
HSL color Cylindrical-coordinate representation of color #7F597A: hue angle of 307.89º 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 #7F597A is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 89 | 122 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.50 |
| HSL | 307.89º | 0.18% | 0.42% | - |
| HSV(B) | 307.89º | 0.3% | 0.5% | - |
| XYZ | 15.84 | 13.06 | 20.1 | - |
| YUV | 104.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 89 | 122 | 0 | 0.30 | 0.04 | 0.50 | 307.89 | 0.18 | 0.42 |
| Hex | 7F | 59 | 7A | 0 | 1E | 4 | 32 | 134 | 12 | 2A |
| Octal | 177 | 131 | 172 | 0 | 36 | 4 | 62 | 464 | 22 | 52 |
| Binary | 1111111 | 1011001 | 1111010 | 0 | 11110 | 100 | 110010 | 100110100 | 10010 | 101010 |
Color Harmonies of #7F597A
Complementary color
Monochromatic Colors of #7F597A
Black with #7F597A
Text Example
Text Example
White with #7F597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F597A; }
p { color: rgb(127,89,122); }
H1.HeaderClassName
{
color: #7F597A;
}
.AnyTagClassName
{
color: #7F597A;
}
</style>
background-color css
<style>
a { background-color: #7F597A; }
a { background-color: rgb(127,89,122); }
div.DivClassName
{
background-color: #7F597A;
}
.BgClassName
{
background-color: #7F597A;
}
</style>
border-color css
<style>
span { border-color: #7F597A; }
span { border-color: rgb(127,89,122); }
td.TdClassName
{
border-color: #7F597A;
}
.TagClassName
{
border-color: #7F597A;
}
</style>