Shades of Trendy Pink #87628C
Tints of Trendy Pink #87628C
RGB
CMYK
RGB Variations
Color information
#87628C (or 0x87628C) is known color: Trendy Pink. HEX triplet: 87, 62 and 8C. RGB value is (135,98,140). Sum of RGB (Red+Green+Blue) = 135+98+140=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 140 - color contains mainly: blue. Hex color #87628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87628C is #789D73. Grayscale: #717171. Windows color (decimal): -7904628 or 9200263. OLE color: 9200263.
HSL color Cylindrical-coordinate representation of color #87628C: hue angle of 292.86º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87628C is Cyan = 0.04, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 98 | 140 | - |
| CMYK | 0.04 | 0.3 | 0 | 0.45 |
| HSL | 292.86º | 0.18% | 0.47% | - |
| HSV(B) | 292.86º | 0.3% | 0.55% | - |
| XYZ | 19.09 | 15.78 | 26.85 | - |
| YUV | 113.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 140 | 0.04 | 0.3 | 0 | 0.45 | 292.86 | 0.18 | 0.47 |
| Hex | 87 | 62 | 8C | 4 | 1E | 0 | 2D | 125 | 12 | 2F |
| Octal | 207 | 142 | 214 | 4 | 36 | 0 | 55 | 445 | 22 | 57 |
| Binary | 10000111 | 1100010 | 10001100 | 100 | 11110 | 0 | 101101 | 100100101 | 10010 | 101111 |
Color Harmonies of #87628C
Complementary color
Monochromatic Colors of #87628C
Black with #87628C
Text Example
Text Example
White with #87628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87628C; }
p { color: rgb(135,98,140); }
H1.HeaderClassName
{
color: #87628C;
}
.AnyTagClassName
{
color: #87628C;
}
</style>
background-color css
<style>
a { background-color: #87628C; }
a { background-color: rgb(135,98,140); }
div.DivClassName
{
background-color: #87628C;
}
.BgClassName
{
background-color: #87628C;
}
</style>
border-color css
<style>
span { border-color: #87628C; }
span { border-color: rgb(135,98,140); }
td.TdClassName
{
border-color: #87628C;
}
.TagClassName
{
border-color: #87628C;
}
</style>