Shades of Trendy Pink #875D86
Tints of Trendy Pink #875D86
RGB
CMYK
RGB Variations
Color information
#875D86 (or 0x875D86) is known color: Trendy Pink. HEX triplet: 87, 5D and 86. RGB value is (135,93,134). Sum of RGB (Red+Green+Blue) = 135+93+134=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #875D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875D86 is #78A279. Grayscale: #6E6E6E. Windows color (decimal): -7905914 or 8805767. OLE color: 8805767.
HSL color Cylindrical-coordinate representation of color #875D86: hue angle of 301.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #875D86 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 93 | 134 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.47 |
| HSL | 301.43º | 0.18% | 0.45% | - |
| HSV(B) | 301.43º | 0.31% | 0.53% | - |
| XYZ | 18.21 | 14.7 | 24.43 | - |
| YUV | 110.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 134 | 0 | 0.31 | 0.01 | 0.47 | 301.43 | 0.18 | 0.45 |
| Hex | 87 | 5D | 86 | 0 | 1F | 1 | 2F | 12D | 12 | 2D |
| Octal | 207 | 135 | 206 | 0 | 37 | 1 | 57 | 455 | 22 | 55 |
| Binary | 10000111 | 1011101 | 10000110 | 0 | 11111 | 1 | 101111 | 100101101 | 10010 | 101101 |
Color Harmonies of #875D86
Complementary color
Monochromatic Colors of #875D86
Black with #875D86
Text Example
Text Example
White with #875D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875D86; }
p { color: rgb(135,93,134); }
H1.HeaderClassName
{
color: #875D86;
}
.AnyTagClassName
{
color: #875D86;
}
</style>
background-color css
<style>
a { background-color: #875D86; }
a { background-color: rgb(135,93,134); }
div.DivClassName
{
background-color: #875D86;
}
.BgClassName
{
background-color: #875D86;
}
</style>
border-color css
<style>
span { border-color: #875D86; }
span { border-color: rgb(135,93,134); }
td.TdClassName
{
border-color: #875D86;
}
.TagClassName
{
border-color: #875D86;
}
</style>