Shades of Trendy Pink #876B85
Tints of Trendy Pink #876B85
RGB
CMYK
RGB Variations
Color information
#876B85 (or 0x876B85) is known color: Trendy Pink. HEX triplet: 87, 6B and 85. RGB value is (135,107,133). Sum of RGB (Red+Green+Blue) = 135+107+133=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 135 - color contains mainly: red. Hex color #876B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876B85 is #78947A. Grayscale: #767676. Windows color (decimal): -7902331 or 8743815. OLE color: 8743815.
HSL color Cylindrical-coordinate representation of color #876B85: hue angle of 304.29º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #876B85 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 107 | 133 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.47 |
| HSL | 304.29º | 0.12% | 0.47% | - |
| HSV(B) | 304.29º | 0.21% | 0.53% | - |
| XYZ | 19.48 | 17.36 | 24.51 | - |
| YUV | 118.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 107 | 133 | 0 | 0.21 | 0.01 | 0.47 | 304.29 | 0.12 | 0.47 |
| Hex | 87 | 6B | 85 | 0 | 15 | 1 | 2F | 130 | C | 2F |
| Octal | 207 | 153 | 205 | 0 | 25 | 1 | 57 | 460 | 14 | 57 |
| Binary | 10000111 | 1101011 | 10000101 | 0 | 10101 | 1 | 101111 | 100110000 | 1100 | 101111 |
Color Harmonies of #876B85
Complementary color
Monochromatic Colors of #876B85
Black with #876B85
Text Example
Text Example
White with #876B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876B85; }
p { color: rgb(135,107,133); }
H1.HeaderClassName
{
color: #876B85;
}
.AnyTagClassName
{
color: #876B85;
}
</style>
background-color css
<style>
a { background-color: #876B85; }
a { background-color: rgb(135,107,133); }
div.DivClassName
{
background-color: #876B85;
}
.BgClassName
{
background-color: #876B85;
}
</style>
border-color css
<style>
span { border-color: #876B85; }
span { border-color: rgb(135,107,133); }
td.TdClassName
{
border-color: #876B85;
}
.TagClassName
{
border-color: #876B85;
}
</style>