Shades of Trendy Pink #876C86
Tints of Trendy Pink #876C86
RGB
CMYK
RGB Variations
Color information
#876C86 (or 0x876C86) is known color: Trendy Pink. HEX triplet: 87, 6C and 86. RGB value is (135,108,134). Sum of RGB (Red+Green+Blue) = 135+108+134=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 135 - color contains mainly: red. Hex color #876C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876C86 is #789379. Grayscale: #767676. Windows color (decimal): -7902074 or 8809607. OLE color: 8809607.
HSL color Cylindrical-coordinate representation of color #876C86: hue angle of 302.22º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #876C86 is Cyan = 0, Magento = 0.2, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 108 | 134 | - |
| CMYK | 0 | 0.2 | 0.01 | 0.47 |
| HSL | 302.22º | 0.11% | 0.48% | - |
| HSV(B) | 302.22º | 0.2% | 0.53% | - |
| XYZ | 19.66 | 17.6 | 24.91 | - |
| YUV | 119.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 134 | 0 | 0.2 | 0.01 | 0.47 | 302.22 | 0.11 | 0.48 |
| Hex | 87 | 6C | 86 | 0 | 14 | 1 | 2F | 12E | B | 30 |
| Octal | 207 | 154 | 206 | 0 | 24 | 1 | 57 | 456 | 13 | 60 |
| Binary | 10000111 | 1101100 | 10000110 | 0 | 10100 | 1 | 101111 | 100101110 | 1011 | 110000 |
Color Harmonies of #876C86
Complementary color
Monochromatic Colors of #876C86
Black with #876C86
Text Example
Text Example
White with #876C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876C86; }
p { color: rgb(135,108,134); }
H1.HeaderClassName
{
color: #876C86;
}
.AnyTagClassName
{
color: #876C86;
}
</style>
background-color css
<style>
a { background-color: #876C86; }
a { background-color: rgb(135,108,134); }
div.DivClassName
{
background-color: #876C86;
}
.BgClassName
{
background-color: #876C86;
}
</style>
border-color css
<style>
span { border-color: #876C86; }
span { border-color: rgb(135,108,134); }
td.TdClassName
{
border-color: #876C86;
}
.TagClassName
{
border-color: #876C86;
}
</style>