Shades of Trendy Pink #87567E
Tints of Trendy Pink #87567E
RGB
CMYK
RGB Variations
Color information
#87567E (or 0x87567E) is known color: Trendy Pink. HEX triplet: 87, 56 and 7E. RGB value is (135,86,126). Sum of RGB (Red+Green+Blue) = 135+86+126=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #87567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87567E is #78A981. Grayscale: #696969. Windows color (decimal): -7907714 or 8279687. OLE color: 8279687.
HSL color Cylindrical-coordinate representation of color #87567E: hue angle of 311.02º 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 #87567E is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 86 | 126 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.47 |
| HSL | 311.02º | 0.22% | 0.43% | - |
| HSV(B) | 311.02º | 0.36% | 0.53% | - |
| XYZ | 17.09 | 13.31 | 21.41 | - |
| YUV | 105.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 126 | 0 | 0.36 | 0.07 | 0.47 | 311.02 | 0.22 | 0.43 |
| Hex | 87 | 56 | 7E | 0 | 24 | 7 | 2F | 137 | 16 | 2B |
| Octal | 207 | 126 | 176 | 0 | 44 | 7 | 57 | 467 | 26 | 53 |
| Binary | 10000111 | 1010110 | 1111110 | 0 | 100100 | 111 | 101111 | 100110111 | 10110 | 101011 |
Color Harmonies of #87567E
Complementary color
Monochromatic Colors of #87567E
Black with #87567E
Text Example
Text Example
White with #87567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87567E; }
p { color: rgb(135,86,126); }
H1.HeaderClassName
{
color: #87567E;
}
.AnyTagClassName
{
color: #87567E;
}
</style>
background-color css
<style>
a { background-color: #87567E; }
a { background-color: rgb(135,86,126); }
div.DivClassName
{
background-color: #87567E;
}
.BgClassName
{
background-color: #87567E;
}
</style>
border-color css
<style>
span { border-color: #87567E; }
span { border-color: rgb(135,86,126); }
td.TdClassName
{
border-color: #87567E;
}
.TagClassName
{
border-color: #87567E;
}
</style>