Shades of Trendy Pink #87678B
Tints of Trendy Pink #87678B
RGB
CMYK
RGB Variations
Color information
#87678B (or 0x87678B) is known color: Trendy Pink. HEX triplet: 87, 67 and 8B. RGB value is (135,103,139). Sum of RGB (Red+Green+Blue) = 135+103+139=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #87678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87678B is #789874. Grayscale: #747474. Windows color (decimal): -7903349 or 9136007. OLE color: 9136007.
HSL color Cylindrical-coordinate representation of color #87678B: hue angle of 293.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #87678B is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 103 | 139 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.45 |
| HSL | 293.33º | 0.15% | 0.47% | - |
| HSV(B) | 293.33º | 0.26% | 0.55% | - |
| XYZ | 19.5 | 16.72 | 26.62 | - |
| YUV | 116.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 103 | 139 | 0.03 | 0.26 | 0 | 0.45 | 293.33 | 0.15 | 0.47 |
| Hex | 87 | 67 | 8B | 3 | 1A | 0 | 2D | 125 | F | 2F |
| Octal | 207 | 147 | 213 | 3 | 32 | 0 | 55 | 445 | 17 | 57 |
| Binary | 10000111 | 1100111 | 10001011 | 11 | 11010 | 0 | 101101 | 100100101 | 1111 | 101111 |
Color Harmonies of #87678B
Complementary color
Monochromatic Colors of #87678B
Black with #87678B
Text Example
Text Example
White with #87678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87678B; }
p { color: rgb(135,103,139); }
H1.HeaderClassName
{
color: #87678B;
}
.AnyTagClassName
{
color: #87678B;
}
</style>
background-color css
<style>
a { background-color: #87678B; }
a { background-color: rgb(135,103,139); }
div.DivClassName
{
background-color: #87678B;
}
.BgClassName
{
background-color: #87678B;
}
</style>
border-color css
<style>
span { border-color: #87678B; }
span { border-color: rgb(135,103,139); }
td.TdClassName
{
border-color: #87678B;
}
.TagClassName
{
border-color: #87678B;
}
</style>