Shades of Trendy Pink #876C85
Tints of Trendy Pink #876C85
RGB
CMYK
RGB Variations
Color information
#876C85 (or 0x876C85) is known color: Trendy Pink. HEX triplet: 87, 6C and 85. RGB value is (135,108,133). Sum of RGB (Red+Green+Blue) = 135+108+133=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 135 - color contains mainly: red. Hex color #876C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876C85 is #78937A. Grayscale: #767676. Windows color (decimal): -7902075 or 8744071. OLE color: 8744071.
HSL color Cylindrical-coordinate representation of color #876C85: hue angle of 304.44º 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 #876C85 is Cyan = 0, Magento = 0.2, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 108 | 133 | - |
| CMYK | 0 | 0.2 | 0.01 | 0.47 |
| HSL | 304.44º | 0.11% | 0.48% | - |
| HSV(B) | 304.44º | 0.2% | 0.53% | - |
| XYZ | 19.59 | 17.57 | 24.55 | - |
| YUV | 118.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 133 | 0 | 0.2 | 0.01 | 0.47 | 304.44 | 0.11 | 0.48 |
| Hex | 87 | 6C | 85 | 0 | 14 | 1 | 2F | 130 | B | 30 |
| Octal | 207 | 154 | 205 | 0 | 24 | 1 | 57 | 460 | 13 | 60 |
| Binary | 10000111 | 1101100 | 10000101 | 0 | 10100 | 1 | 101111 | 100110000 | 1011 | 110000 |
Color Harmonies of #876C85
Complementary color
Monochromatic Colors of #876C85
Black with #876C85
Text Example
Text Example
White with #876C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876C85; }
p { color: rgb(135,108,133); }
H1.HeaderClassName
{
color: #876C85;
}
.AnyTagClassName
{
color: #876C85;
}
</style>
background-color css
<style>
a { background-color: #876C85; }
a { background-color: rgb(135,108,133); }
div.DivClassName
{
background-color: #876C85;
}
.BgClassName
{
background-color: #876C85;
}
</style>
border-color css
<style>
span { border-color: #876C85; }
span { border-color: rgb(135,108,133); }
td.TdClassName
{
border-color: #876C85;
}
.TagClassName
{
border-color: #876C85;
}
</style>