Shades of Trendy Pink #87678E
Tints of Trendy Pink #87678E
RGB
CMYK
RGB Variations
Color information
#87678E (or 0x87678E) is known color: Trendy Pink. HEX triplet: 87, 67 and 8E. RGB value is (135,103,142). Sum of RGB (Red+Green+Blue) = 135+103+142=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 142 - color contains mainly: blue. Hex color #87678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87678E is #789871. Grayscale: #747474. Windows color (decimal): -7903346 or 9332615. OLE color: 9332615.
HSL color Cylindrical-coordinate representation of color #87678E: hue angle of 289.23º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87678E is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 103 | 142 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.44 |
| HSL | 289.23º | 0.16% | 0.48% | - |
| HSV(B) | 289.23º | 0.27% | 0.56% | - |
| XYZ | 19.72 | 16.8 | 27.8 | - |
| YUV | 117.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 103 | 142 | 0.05 | 0.27 | 0 | 0.44 | 289.23 | 0.16 | 0.48 |
| Hex | 87 | 67 | 8E | 5 | 1B | 0 | 2C | 121 | 10 | 30 |
| Octal | 207 | 147 | 216 | 5 | 33 | 0 | 54 | 441 | 20 | 60 |
| Binary | 10000111 | 1100111 | 10001110 | 101 | 11011 | 0 | 101100 | 100100001 | 10000 | 110000 |
Color Harmonies of #87678E
Complementary color
Monochromatic Colors of #87678E
Black with #87678E
Text Example
Text Example
White with #87678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87678E; }
p { color: rgb(135,103,142); }
H1.HeaderClassName
{
color: #87678E;
}
.AnyTagClassName
{
color: #87678E;
}
</style>
background-color css
<style>
a { background-color: #87678E; }
a { background-color: rgb(135,103,142); }
div.DivClassName
{
background-color: #87678E;
}
.BgClassName
{
background-color: #87678E;
}
</style>
border-color css
<style>
span { border-color: #87678E; }
span { border-color: rgb(135,103,142); }
td.TdClassName
{
border-color: #87678E;
}
.TagClassName
{
border-color: #87678E;
}
</style>