Shades of Trendy Pink #87708B
Tints of Trendy Pink #87708B
RGB
CMYK
RGB Variations
Color information
#87708B (or 0x87708B) is known color: Trendy Pink. HEX triplet: 87, 70 and 8B. RGB value is (135,112,139). Sum of RGB (Red+Green+Blue) = 135+112+139=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 139 - color contains mainly: blue. Hex color #87708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87708B is #788F74. Grayscale: #797979. Windows color (decimal): -7901045 or 9138311. OLE color: 9138311.
HSL color Cylindrical-coordinate representation of color #87708B: hue angle of 291.11º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87708B is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 112 | 139 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.45 |
| HSL | 291.11º | 0.11% | 0.49% | - |
| HSV(B) | 291.11º | 0.19% | 0.55% | - |
| XYZ | 20.45 | 18.6 | 26.94 | - |
| YUV | 121.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 112 | 139 | 0.03 | 0.19 | 0 | 0.45 | 291.11 | 0.11 | 0.49 |
| Hex | 87 | 70 | 8B | 3 | 13 | 0 | 2D | 123 | B | 31 |
| Octal | 207 | 160 | 213 | 3 | 23 | 0 | 55 | 443 | 13 | 61 |
| Binary | 10000111 | 1110000 | 10001011 | 11 | 10011 | 0 | 101101 | 100100011 | 1011 | 110001 |
Color Harmonies of #87708B
Complementary color
Monochromatic Colors of #87708B
Black with #87708B
Text Example
Text Example
White with #87708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87708B; }
p { color: rgb(135,112,139); }
H1.HeaderClassName
{
color: #87708B;
}
.AnyTagClassName
{
color: #87708B;
}
</style>
background-color css
<style>
a { background-color: #87708B; }
a { background-color: rgb(135,112,139); }
div.DivClassName
{
background-color: #87708B;
}
.BgClassName
{
background-color: #87708B;
}
</style>
border-color css
<style>
span { border-color: #87708B; }
span { border-color: rgb(135,112,139); }
td.TdClassName
{
border-color: #87708B;
}
.TagClassName
{
border-color: #87708B;
}
</style>