Shades of Trendy Pink #874C7C
Tints of Trendy Pink #874C7C
RGB
CMYK
RGB Variations
Color information
#874C7C (or 0x874C7C) is known color: Trendy Pink. HEX triplet: 87, 4C and 7C. RGB value is (135,76,124). Sum of RGB (Red+Green+Blue) = 135+76+124=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #874C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874C7C is #78B383. Grayscale: #626262. Windows color (decimal): -7910276 or 8146055. OLE color: 8146055.
HSL color Cylindrical-coordinate representation of color #874C7C: hue angle of 311.19º 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 #874C7C is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 76 | 124 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.47 |
| HSL | 311.19º | 0.28% | 0.41% | - |
| HSV(B) | 311.19º | 0.44% | 0.53% | - |
| XYZ | 16.21 | 11.78 | 20.49 | - |
| YUV | 99.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 124 | 0 | 0.44 | 0.08 | 0.47 | 311.19 | 0.28 | 0.41 |
| Hex | 87 | 4C | 7C | 0 | 2C | 8 | 2F | 137 | 1C | 29 |
| Octal | 207 | 114 | 174 | 0 | 54 | 10 | 57 | 467 | 34 | 51 |
| Binary | 10000111 | 1001100 | 1111100 | 0 | 101100 | 1000 | 101111 | 100110111 | 11100 | 101001 |
Color Harmonies of #874C7C
Complementary color
Monochromatic Colors of #874C7C
Black with #874C7C
Text Example
Text Example
White with #874C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874C7C; }
p { color: rgb(135,76,124); }
H1.HeaderClassName
{
color: #874C7C;
}
.AnyTagClassName
{
color: #874C7C;
}
</style>
background-color css
<style>
a { background-color: #874C7C; }
a { background-color: rgb(135,76,124); }
div.DivClassName
{
background-color: #874C7C;
}
.BgClassName
{
background-color: #874C7C;
}
</style>
border-color css
<style>
span { border-color: #874C7C; }
span { border-color: rgb(135,76,124); }
td.TdClassName
{
border-color: #874C7C;
}
.TagClassName
{
border-color: #874C7C;
}
</style>