Shades of Trendy Pink #87617E
Tints of Trendy Pink #87617E
RGB
CMYK
RGB Variations
Color information
#87617E (or 0x87617E) is known color: Trendy Pink. HEX triplet: 87, 61 and 7E. RGB value is (135,97,126). Sum of RGB (Red+Green+Blue) = 135+97+126=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #87617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87617E is #789E81. Grayscale: #6F6F6F. Windows color (decimal): -7904898 or 8282503. OLE color: 8282503.
HSL color Cylindrical-coordinate representation of color #87617E: hue angle of 314.21º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87617E is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 97 | 126 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.47 |
| HSL | 314.21º | 0.16% | 0.45% | - |
| HSV(B) | 314.21º | 0.28% | 0.53% | - |
| XYZ | 18.03 | 15.21 | 21.72 | - |
| YUV | 111.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 97 | 126 | 0 | 0.28 | 0.07 | 0.47 | 314.21 | 0.16 | 0.45 |
| Hex | 87 | 61 | 7E | 0 | 1C | 7 | 2F | 13A | 10 | 2D |
| Octal | 207 | 141 | 176 | 0 | 34 | 7 | 57 | 472 | 20 | 55 |
| Binary | 10000111 | 1100001 | 1111110 | 0 | 11100 | 111 | 101111 | 100111010 | 10000 | 101101 |
Color Harmonies of #87617E
Complementary color
Monochromatic Colors of #87617E
Black with #87617E
Text Example
Text Example
White with #87617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87617E; }
p { color: rgb(135,97,126); }
H1.HeaderClassName
{
color: #87617E;
}
.AnyTagClassName
{
color: #87617E;
}
</style>
background-color css
<style>
a { background-color: #87617E; }
a { background-color: rgb(135,97,126); }
div.DivClassName
{
background-color: #87617E;
}
.BgClassName
{
background-color: #87617E;
}
</style>
border-color css
<style>
span { border-color: #87617E; }
span { border-color: rgb(135,97,126); }
td.TdClassName
{
border-color: #87617E;
}
.TagClassName
{
border-color: #87617E;
}
</style>