Shades of Trendy Pink #875B86
Tints of Trendy Pink #875B86
RGB
CMYK
RGB Variations
Color information
#875B86 (or 0x875B86) is known color: Trendy Pink. HEX triplet: 87, 5B and 86. RGB value is (135,91,134). Sum of RGB (Red+Green+Blue) = 135+91+134=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #875B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875B86 is #78A479. Grayscale: #6C6C6C. Windows color (decimal): -7906426 or 8805255. OLE color: 8805255.
HSL color Cylindrical-coordinate representation of color #875B86: hue angle of 301.36º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875B86 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 91 | 134 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.47 |
| HSL | 301.36º | 0.19% | 0.44% | - |
| HSV(B) | 301.36º | 0.33% | 0.53% | - |
| XYZ | 18.04 | 14.35 | 24.37 | - |
| YUV | 109.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 134 | 0 | 0.33 | 0.01 | 0.47 | 301.36 | 0.19 | 0.44 |
| Hex | 87 | 5B | 86 | 0 | 21 | 1 | 2F | 12D | 13 | 2C |
| Octal | 207 | 133 | 206 | 0 | 41 | 1 | 57 | 455 | 23 | 54 |
| Binary | 10000111 | 1011011 | 10000110 | 0 | 100001 | 1 | 101111 | 100101101 | 10011 | 101100 |
Color Harmonies of #875B86
Complementary color
Monochromatic Colors of #875B86
Black with #875B86
Text Example
Text Example
White with #875B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875B86; }
p { color: rgb(135,91,134); }
H1.HeaderClassName
{
color: #875B86;
}
.AnyTagClassName
{
color: #875B86;
}
</style>
background-color css
<style>
a { background-color: #875B86; }
a { background-color: rgb(135,91,134); }
div.DivClassName
{
background-color: #875B86;
}
.BgClassName
{
background-color: #875B86;
}
</style>
border-color css
<style>
span { border-color: #875B86; }
span { border-color: rgb(135,91,134); }
td.TdClassName
{
border-color: #875B86;
}
.TagClassName
{
border-color: #875B86;
}
</style>