Shades of Trendy Pink #875B7F
Tints of Trendy Pink #875B7F
RGB
CMYK
RGB Variations
Color information
#875B7F (or 0x875B7F) is known color: Trendy Pink. HEX triplet: 87, 5B and 7F. RGB value is (135,91,127). Sum of RGB (Red+Green+Blue) = 135+91+127=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #875B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B7F is #78A480. Grayscale: #6C6C6C. Windows color (decimal): -7906433 or 8346503. OLE color: 8346503.
HSL color Cylindrical-coordinate representation of color #875B7F: hue angle of 310.91º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875B7F is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 91 | 127 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.47 |
| HSL | 310.91º | 0.19% | 0.44% | - |
| HSV(B) | 310.91º | 0.33% | 0.53% | - |
| XYZ | 17.56 | 14.17 | 21.89 | - |
| YUV | 108.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 127 | 0 | 0.33 | 0.06 | 0.47 | 310.91 | 0.19 | 0.44 |
| Hex | 87 | 5B | 7F | 0 | 21 | 6 | 2F | 137 | 13 | 2C |
| Octal | 207 | 133 | 177 | 0 | 41 | 6 | 57 | 467 | 23 | 54 |
| Binary | 10000111 | 1011011 | 1111111 | 0 | 100001 | 110 | 101111 | 100110111 | 10011 | 101100 |
Color Harmonies of #875B7F
Complementary color
Monochromatic Colors of #875B7F
Black with #875B7F
Text Example
Text Example
White with #875B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875B7F; }
p { color: rgb(135,91,127); }
H1.HeaderClassName
{
color: #875B7F;
}
.AnyTagClassName
{
color: #875B7F;
}
</style>
background-color css
<style>
a { background-color: #875B7F; }
a { background-color: rgb(135,91,127); }
div.DivClassName
{
background-color: #875B7F;
}
.BgClassName
{
background-color: #875B7F;
}
</style>
border-color css
<style>
span { border-color: #875B7F; }
span { border-color: rgb(135,91,127); }
td.TdClassName
{
border-color: #875B7F;
}
.TagClassName
{
border-color: #875B7F;
}
</style>