Shades of Trendy Pink #7F5D84
Tints of Trendy Pink #7F5D84
RGB
CMYK
RGB Variations
Color information
#7F5D84 (or 0x7F5D84) is known color: Trendy Pink. HEX triplet: 7F, 5D and 84. RGB value is (127,93,132). Sum of RGB (Red+Green+Blue) = 127+93+132=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F5D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5D84 is #80A27B. Grayscale: #6B6B6B. Windows color (decimal): -8430204 or 8674687. OLE color: 8674687.
HSL color Cylindrical-coordinate representation of color #7F5D84: hue angle of 292.31º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F5D84 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 93 | 132 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.48 |
| HSL | 292.31º | 0.17% | 0.44% | - |
| HSV(B) | 292.31º | 0.3% | 0.52% | - |
| XYZ | 16.83 | 14.01 | 23.65 | - |
| YUV | 107.61 | 141.76 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 93 | 132 | 0.04 | 0.30 | 0 | 0.48 | 292.31 | 0.17 | 0.44 |
| Hex | 7F | 5D | 84 | 4 | 1E | 0 | 30 | 124 | 11 | 2C |
| Octal | 177 | 135 | 204 | 4 | 36 | 0 | 60 | 444 | 21 | 54 |
| Binary | 1111111 | 1011101 | 10000100 | 100 | 11110 | 0 | 110000 | 100100100 | 10001 | 101100 |
Color Harmonies of #7F5D84
Complementary color
Monochromatic Colors of #7F5D84
Black with #7F5D84
Text Example
Text Example
White with #7F5D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5D84; }
p { color: rgb(127,93,132); }
H1.HeaderClassName
{
color: #7F5D84;
}
.AnyTagClassName
{
color: #7F5D84;
}
</style>
background-color css
<style>
a { background-color: #7F5D84; }
a { background-color: rgb(127,93,132); }
div.DivClassName
{
background-color: #7F5D84;
}
.BgClassName
{
background-color: #7F5D84;
}
</style>
border-color css
<style>
span { border-color: #7F5D84; }
span { border-color: rgb(127,93,132); }
td.TdClassName
{
border-color: #7F5D84;
}
.TagClassName
{
border-color: #7F5D84;
}
</style>