Shades of Trendy Pink #876288
Tints of Trendy Pink #876288
RGB
CMYK
RGB Variations
Color information
#876288 (or 0x876288) is known color: Trendy Pink. HEX triplet: 87, 62 and 88. RGB value is (135,98,136). Sum of RGB (Red+Green+Blue) = 135+98+136=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 136 - color contains mainly: blue. Hex color #876288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876288 is #789D77. Grayscale: #717171. Windows color (decimal): -7904632 or 8938119. OLE color: 8938119.
HSL color Cylindrical-coordinate representation of color #876288: hue angle of 298.42º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #876288 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 98 | 136 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.47 |
| HSL | 298.42º | 0.16% | 0.46% | - |
| HSV(B) | 298.42º | 0.28% | 0.53% | - |
| XYZ | 18.8 | 15.66 | 25.32 | - |
| YUV | 113.4 | 140.76 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 136 | 0.01 | 0.28 | 0 | 0.47 | 298.42 | 0.16 | 0.46 |
| Hex | 87 | 62 | 88 | 1 | 1C | 0 | 2F | 12A | 10 | 2E |
| Octal | 207 | 142 | 210 | 1 | 34 | 0 | 57 | 452 | 20 | 56 |
| Binary | 10000111 | 1100010 | 10001000 | 1 | 11100 | 0 | 101111 | 100101010 | 10000 | 101110 |
Color Harmonies of #876288
Complementary color
Monochromatic Colors of #876288
Black with #876288
Text Example
Text Example
White with #876288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876288; }
p { color: rgb(135,98,136); }
H1.HeaderClassName
{
color: #876288;
}
.AnyTagClassName
{
color: #876288;
}
</style>
background-color css
<style>
a { background-color: #876288; }
a { background-color: rgb(135,98,136); }
div.DivClassName
{
background-color: #876288;
}
.BgClassName
{
background-color: #876288;
}
</style>
border-color css
<style>
span { border-color: #876288; }
span { border-color: rgb(135,98,136); }
td.TdClassName
{
border-color: #876288;
}
.TagClassName
{
border-color: #876288;
}
</style>