Shades of Trendy Pink #7F567E
Tints of Trendy Pink #7F567E
RGB
CMYK
RGB Variations
Color information
#7F567E (or 0x7F567E) is known color: Trendy Pink. HEX triplet: 7F, 56 and 7E. RGB value is (127,86,126). Sum of RGB (Red+Green+Blue) = 127+86+126=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 127 - color contains mainly: red. Hex color #7F567E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F567E is #80A981. Grayscale: #666666. Windows color (decimal): -8432002 or 8279679. OLE color: 8279679.
HSL color Cylindrical-coordinate representation of color #7F567E: hue angle of 301.46º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F567E is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 86 | 126 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.50 |
| HSL | 301.46º | 0.19% | 0.42% | - |
| HSV(B) | 301.46º | 0.32% | 0.5% | - |
| XYZ | 15.85 | 12.67 | 21.35 | - |
| YUV | 102.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 86 | 126 | 0 | 0.32 | 0.01 | 0.50 | 301.46 | 0.19 | 0.42 |
| Hex | 7F | 56 | 7E | 0 | 20 | 1 | 32 | 12D | 13 | 2A |
| Octal | 177 | 126 | 176 | 0 | 40 | 1 | 62 | 455 | 23 | 52 |
| Binary | 1111111 | 1010110 | 1111110 | 0 | 100000 | 1 | 110010 | 100101101 | 10011 | 101010 |
Color Harmonies of #7F567E
Complementary color
Monochromatic Colors of #7F567E
Black with #7F567E
Text Example
Text Example
White with #7F567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F567E; }
p { color: rgb(127,86,126); }
H1.HeaderClassName
{
color: #7F567E;
}
.AnyTagClassName
{
color: #7F567E;
}
</style>
background-color css
<style>
a { background-color: #7F567E; }
a { background-color: rgb(127,86,126); }
div.DivClassName
{
background-color: #7F567E;
}
.BgClassName
{
background-color: #7F567E;
}
</style>
border-color css
<style>
span { border-color: #7F567E; }
span { border-color: rgb(127,86,126); }
td.TdClassName
{
border-color: #7F567E;
}
.TagClassName
{
border-color: #7F567E;
}
</style>