Shades of Trendy Pink #874D80
Tints of Trendy Pink #874D80
RGB
CMYK
RGB Variations
Color information
#874D80 (or 0x874D80) is known color: Trendy Pink. HEX triplet: 87, 4D and 80. RGB value is (135,77,128). Sum of RGB (Red+Green+Blue) = 135+77+128=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #874D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874D80 is #78B27F. Grayscale: #646464. Windows color (decimal): -7910016 or 8408455. OLE color: 8408455.
HSL color Cylindrical-coordinate representation of color #874D80: hue angle of 307.24º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #874D80 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 128 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.47 |
| HSL | 307.24º | 0.27% | 0.42% | - |
| HSV(B) | 307.24º | 0.43% | 0.53% | - |
| XYZ | 16.54 | 12.02 | 21.87 | - |
| YUV | 100.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 128 | 0 | 0.43 | 0.05 | 0.47 | 307.24 | 0.27 | 0.42 |
| Hex | 87 | 4D | 80 | 0 | 2B | 5 | 2F | 133 | 1B | 2A |
| Octal | 207 | 115 | 200 | 0 | 53 | 5 | 57 | 463 | 33 | 52 |
| Binary | 10000111 | 1001101 | 10000000 | 0 | 101011 | 101 | 101111 | 100110011 | 11011 | 101010 |
Color Harmonies of #874D80
Complementary color
Monochromatic Colors of #874D80
Black with #874D80
Text Example
Text Example
White with #874D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D80; }
p { color: rgb(135,77,128); }
H1.HeaderClassName
{
color: #874D80;
}
.AnyTagClassName
{
color: #874D80;
}
</style>
background-color css
<style>
a { background-color: #874D80; }
a { background-color: rgb(135,77,128); }
div.DivClassName
{
background-color: #874D80;
}
.BgClassName
{
background-color: #874D80;
}
</style>
border-color css
<style>
span { border-color: #874D80; }
span { border-color: rgb(135,77,128); }
td.TdClassName
{
border-color: #874D80;
}
.TagClassName
{
border-color: #874D80;
}
</style>