Shades of Trendy Pink #87728B
Tints of Trendy Pink #87728B
RGB
CMYK
RGB Variations
Color information
#87728B (or 0x87728B) is known color: Trendy Pink. HEX triplet: 87, 72 and 8B. RGB value is (135,114,139). Sum of RGB (Red+Green+Blue) = 135+114+139=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 139 - color contains mainly: blue. Hex color #87728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87728B is #788D74. Grayscale: #7B7B7B. Windows color (decimal): -7900533 or 9138823. OLE color: 9138823.
HSL color Cylindrical-coordinate representation of color #87728B: hue angle of 290.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87728B is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 114 | 139 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.45 |
| HSL | 290.4º | 0.1% | 0.5% | - |
| HSV(B) | 290.4º | 0.18% | 0.55% | - |
| XYZ | 20.67 | 19.05 | 27.01 | - |
| YUV | 123.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 114 | 139 | 0.03 | 0.18 | 0 | 0.45 | 290.4 | 0.1 | 0.5 |
| Hex | 87 | 72 | 8B | 3 | 12 | 0 | 2D | 122 | A | 32 |
| Octal | 207 | 162 | 213 | 3 | 22 | 0 | 55 | 442 | 12 | 62 |
| Binary | 10000111 | 1110010 | 10001011 | 11 | 10010 | 0 | 101101 | 100100010 | 1010 | 110010 |
Color Harmonies of #87728B
Complementary color
Monochromatic Colors of #87728B
Black with #87728B
Text Example
Text Example
White with #87728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87728B; }
p { color: rgb(135,114,139); }
H1.HeaderClassName
{
color: #87728B;
}
.AnyTagClassName
{
color: #87728B;
}
</style>
background-color css
<style>
a { background-color: #87728B; }
a { background-color: rgb(135,114,139); }
div.DivClassName
{
background-color: #87728B;
}
.BgClassName
{
background-color: #87728B;
}
</style>
border-color css
<style>
span { border-color: #87728B; }
span { border-color: rgb(135,114,139); }
td.TdClassName
{
border-color: #87728B;
}
.TagClassName
{
border-color: #87728B;
}
</style>