Shades of Trendy Pink #87698C
Tints of Trendy Pink #87698C
RGB
CMYK
RGB Variations
Color information
#87698C (or 0x87698C) is known color: Trendy Pink. HEX triplet: 87, 69 and 8C. RGB value is (135,105,140). Sum of RGB (Red+Green+Blue) = 135+105+140=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 140 - color contains mainly: blue. Hex color #87698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87698C is #789673. Grayscale: #757575. Windows color (decimal): -7902836 or 9202055. OLE color: 9202055.
HSL color Cylindrical-coordinate representation of color #87698C: hue angle of 291.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87698C is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 105 | 140 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.45 |
| HSL | 291.43º | 0.14% | 0.48% | - |
| HSV(B) | 291.43º | 0.25% | 0.55% | - |
| XYZ | 19.78 | 17.15 | 27.08 | - |
| YUV | 117.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 105 | 140 | 0.04 | 0.25 | 0 | 0.45 | 291.43 | 0.14 | 0.48 |
| Hex | 87 | 69 | 8C | 4 | 19 | 0 | 2D | 123 | E | 30 |
| Octal | 207 | 151 | 214 | 4 | 31 | 0 | 55 | 443 | 16 | 60 |
| Binary | 10000111 | 1101001 | 10001100 | 100 | 11001 | 0 | 101101 | 100100011 | 1110 | 110000 |
Color Harmonies of #87698C
Complementary color
Monochromatic Colors of #87698C
Black with #87698C
Text Example
Text Example
White with #87698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87698C; }
p { color: rgb(135,105,140); }
H1.HeaderClassName
{
color: #87698C;
}
.AnyTagClassName
{
color: #87698C;
}
</style>
background-color css
<style>
a { background-color: #87698C; }
a { background-color: rgb(135,105,140); }
div.DivClassName
{
background-color: #87698C;
}
.BgClassName
{
background-color: #87698C;
}
</style>
border-color css
<style>
span { border-color: #87698C; }
span { border-color: rgb(135,105,140); }
td.TdClassName
{
border-color: #87698C;
}
.TagClassName
{
border-color: #87698C;
}
</style>