Shades of Trendy Pink #875685
Tints of Trendy Pink #875685
RGB
CMYK
RGB Variations
Color information
#875685 (or 0x875685) is known color: Trendy Pink. HEX triplet: 87, 56 and 85. RGB value is (135,86,133). Sum of RGB (Red+Green+Blue) = 135+86+133=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #875685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875685 is #78A97A. Grayscale: #696969. Windows color (decimal): -7907707 or 8738439. OLE color: 8738439.
HSL color Cylindrical-coordinate representation of color #875685: hue angle of 302.45º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #875685 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 86 | 133 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.47 |
| HSL | 302.45º | 0.22% | 0.43% | - |
| HSV(B) | 302.45º | 0.36% | 0.53% | - |
| XYZ | 17.55 | 13.5 | 23.87 | - |
| YUV | 106.01 | 143.23 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 133 | 0 | 0.36 | 0.01 | 0.47 | 302.45 | 0.22 | 0.43 |
| Hex | 87 | 56 | 85 | 0 | 24 | 1 | 2F | 12E | 16 | 2B |
| Octal | 207 | 126 | 205 | 0 | 44 | 1 | 57 | 456 | 26 | 53 |
| Binary | 10000111 | 1010110 | 10000101 | 0 | 100100 | 1 | 101111 | 100101110 | 10110 | 101011 |
Color Harmonies of #875685
Complementary color
Monochromatic Colors of #875685
Black with #875685
Text Example
Text Example
White with #875685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875685; }
p { color: rgb(135,86,133); }
H1.HeaderClassName
{
color: #875685;
}
.AnyTagClassName
{
color: #875685;
}
</style>
background-color css
<style>
a { background-color: #875685; }
a { background-color: rgb(135,86,133); }
div.DivClassName
{
background-color: #875685;
}
.BgClassName
{
background-color: #875685;
}
</style>
border-color css
<style>
span { border-color: #875685; }
span { border-color: rgb(135,86,133); }
td.TdClassName
{
border-color: #875685;
}
.TagClassName
{
border-color: #875685;
}
</style>