Shades of Trendy Pink #874C7F
Tints of Trendy Pink #874C7F
RGB
CMYK
RGB Variations
Color information
#874C7F (or 0x874C7F) is known color: Trendy Pink. HEX triplet: 87, 4C and 7F. RGB value is (135,76,127). Sum of RGB (Red+Green+Blue) = 135+76+127=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #874C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874C7F is #78B380. Grayscale: #636363. Windows color (decimal): -7910273 or 8342663. OLE color: 8342663.
HSL color Cylindrical-coordinate representation of color #874C7F: hue angle of 308.14º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #874C7F is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 76 | 127 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.47 |
| HSL | 308.14º | 0.28% | 0.41% | - |
| HSV(B) | 308.14º | 0.44% | 0.53% | - |
| XYZ | 16.41 | 11.85 | 21.5 | - |
| YUV | 99.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 127 | 0 | 0.44 | 0.06 | 0.47 | 308.14 | 0.28 | 0.41 |
| Hex | 87 | 4C | 7F | 0 | 2C | 6 | 2F | 134 | 1C | 29 |
| Octal | 207 | 114 | 177 | 0 | 54 | 6 | 57 | 464 | 34 | 51 |
| Binary | 10000111 | 1001100 | 1111111 | 0 | 101100 | 110 | 101111 | 100110100 | 11100 | 101001 |
Color Harmonies of #874C7F
Complementary color
Monochromatic Colors of #874C7F
Black with #874C7F
Text Example
Text Example
White with #874C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874C7F; }
p { color: rgb(135,76,127); }
H1.HeaderClassName
{
color: #874C7F;
}
.AnyTagClassName
{
color: #874C7F;
}
</style>
background-color css
<style>
a { background-color: #874C7F; }
a { background-color: rgb(135,76,127); }
div.DivClassName
{
background-color: #874C7F;
}
.BgClassName
{
background-color: #874C7F;
}
</style>
border-color css
<style>
span { border-color: #874C7F; }
span { border-color: rgb(135,76,127); }
td.TdClassName
{
border-color: #874C7F;
}
.TagClassName
{
border-color: #874C7F;
}
</style>