Shades of Trendy Pink #874C78
Tints of Trendy Pink #874C78
RGB
CMYK
RGB Variations
Color information
#874C78 (or 0x874C78) is known color: Trendy Pink. HEX triplet: 87, 4C and 78. RGB value is (135,76,120). Sum of RGB (Red+Green+Blue) = 135+76+120=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #874C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874C78 is #78B387. Grayscale: #626262. Windows color (decimal): -7910280 or 7883911. OLE color: 7883911.
HSL color Cylindrical-coordinate representation of color #874C78: hue angle of 315.25º 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 #874C78 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 76 | 120 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.47 |
| HSL | 315.25º | 0.28% | 0.41% | - |
| HSV(B) | 315.25º | 0.44% | 0.53% | - |
| XYZ | 15.97 | 11.68 | 19.18 | - |
| YUV | 98.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 120 | 0 | 0.44 | 0.11 | 0.47 | 315.25 | 0.28 | 0.41 |
| Hex | 87 | 4C | 78 | 0 | 2C | B | 2F | 13B | 1C | 29 |
| Octal | 207 | 114 | 170 | 0 | 54 | 13 | 57 | 473 | 34 | 51 |
| Binary | 10000111 | 1001100 | 1111000 | 0 | 101100 | 1011 | 101111 | 100111011 | 11100 | 101001 |
Color Harmonies of #874C78
Complementary color
Monochromatic Colors of #874C78
Black with #874C78
Text Example
Text Example
White with #874C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874C78; }
p { color: rgb(135,76,120); }
H1.HeaderClassName
{
color: #874C78;
}
.AnyTagClassName
{
color: #874C78;
}
</style>
background-color css
<style>
a { background-color: #874C78; }
a { background-color: rgb(135,76,120); }
div.DivClassName
{
background-color: #874C78;
}
.BgClassName
{
background-color: #874C78;
}
</style>
border-color css
<style>
span { border-color: #874C78; }
span { border-color: rgb(135,76,120); }
td.TdClassName
{
border-color: #874C78;
}
.TagClassName
{
border-color: #874C78;
}
</style>