Shades of Trendy Pink #875176
Tints of Trendy Pink #875176
RGB
CMYK
RGB Variations
Color information
#875176 (or 0x875176) is known color: Trendy Pink. HEX triplet: 87, 51 and 76. RGB value is (135,81,118). Sum of RGB (Red+Green+Blue) = 135+81+118=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #875176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875176 is #78AE89. Grayscale: #656565. Windows color (decimal): -7909002 or 7754119. OLE color: 7754119.
HSL color Cylindrical-coordinate representation of color #875176: hue angle of 318.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875176 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 81 | 118 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.47 |
| HSL | 318.89º | 0.25% | 0.42% | - |
| HSV(B) | 318.89º | 0.4% | 0.53% | - |
| XYZ | 16.2 | 12.34 | 18.67 | - |
| YUV | 101.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 118 | 0 | 0.40 | 0.13 | 0.47 | 318.89 | 0.25 | 0.42 |
| Hex | 87 | 51 | 76 | 0 | 28 | D | 2F | 13F | 19 | 2A |
| Octal | 207 | 121 | 166 | 0 | 50 | 15 | 57 | 477 | 31 | 52 |
| Binary | 10000111 | 1010001 | 1110110 | 0 | 101000 | 1101 | 101111 | 100111111 | 11001 | 101010 |
Color Harmonies of #875176
Complementary color
Monochromatic Colors of #875176
Black with #875176
Text Example
Text Example
White with #875176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875176; }
p { color: rgb(135,81,118); }
H1.HeaderClassName
{
color: #875176;
}
.AnyTagClassName
{
color: #875176;
}
</style>
background-color css
<style>
a { background-color: #875176; }
a { background-color: rgb(135,81,118); }
div.DivClassName
{
background-color: #875176;
}
.BgClassName
{
background-color: #875176;
}
</style>
border-color css
<style>
span { border-color: #875176; }
span { border-color: rgb(135,81,118); }
td.TdClassName
{
border-color: #875176;
}
.TagClassName
{
border-color: #875176;
}
</style>