Shades of Trendy Pink #7F587D
Tints of Trendy Pink #7F587D
RGB
CMYK
RGB Variations
Color information
#7F587D (or 0x7F587D) is known color: Trendy Pink. HEX triplet: 7F, 58 and 7D. RGB value is (127,88,125). Sum of RGB (Red+Green+Blue) = 127+88+125=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 127 - color contains mainly: red. Hex color #7F587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F587D is #80A782. Grayscale: #676767. Windows color (decimal): -8431491 or 8214655. OLE color: 8214655.
HSL color Cylindrical-coordinate representation of color #7F587D: hue angle of 303.08º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F587D is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 88 | 125 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.50 |
| HSL | 303.08º | 0.18% | 0.42% | - |
| HSV(B) | 303.08º | 0.31% | 0.5% | - |
| XYZ | 15.94 | 12.97 | 21.07 | - |
| YUV | 103.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 88 | 125 | 0 | 0.31 | 0.02 | 0.50 | 303.08 | 0.18 | 0.42 |
| Hex | 7F | 58 | 7D | 0 | 1F | 2 | 32 | 12F | 12 | 2A |
| Octal | 177 | 130 | 175 | 0 | 37 | 2 | 62 | 457 | 22 | 52 |
| Binary | 1111111 | 1011000 | 1111101 | 0 | 11111 | 10 | 110010 | 100101111 | 10010 | 101010 |
Color Harmonies of #7F587D
Complementary color
Monochromatic Colors of #7F587D
Black with #7F587D
Text Example
Text Example
White with #7F587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F587D; }
p { color: rgb(127,88,125); }
H1.HeaderClassName
{
color: #7F587D;
}
.AnyTagClassName
{
color: #7F587D;
}
</style>
background-color css
<style>
a { background-color: #7F587D; }
a { background-color: rgb(127,88,125); }
div.DivClassName
{
background-color: #7F587D;
}
.BgClassName
{
background-color: #7F587D;
}
</style>
border-color css
<style>
span { border-color: #7F587D; }
span { border-color: rgb(127,88,125); }
td.TdClassName
{
border-color: #7F587D;
}
.TagClassName
{
border-color: #7F587D;
}
</style>