Shades of Trendy Pink #875D7E
Tints of Trendy Pink #875D7E
RGB
CMYK
RGB Variations
Color information
#875D7E (or 0x875D7E) is known color: Trendy Pink. HEX triplet: 87, 5D and 7E. RGB value is (135,93,126). Sum of RGB (Red+Green+Blue) = 135+93+126=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #875D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D7E is #78A281. Grayscale: #6D6D6D. Windows color (decimal): -7905922 or 8281479. OLE color: 8281479.
HSL color Cylindrical-coordinate representation of color #875D7E: hue angle of 312.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #875D7E is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 93 | 126 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.47 |
| HSL | 312.86º | 0.18% | 0.45% | - |
| HSV(B) | 312.86º | 0.31% | 0.53% | - |
| XYZ | 17.67 | 14.49 | 21.6 | - |
| YUV | 109.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 126 | 0 | 0.31 | 0.07 | 0.47 | 312.86 | 0.18 | 0.45 |
| Hex | 87 | 5D | 7E | 0 | 1F | 7 | 2F | 139 | 12 | 2D |
| Octal | 207 | 135 | 176 | 0 | 37 | 7 | 57 | 471 | 22 | 55 |
| Binary | 10000111 | 1011101 | 1111110 | 0 | 11111 | 111 | 101111 | 100111001 | 10010 | 101101 |
Color Harmonies of #875D7E
Complementary color
Monochromatic Colors of #875D7E
Black with #875D7E
Text Example
Text Example
White with #875D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875D7E; }
p { color: rgb(135,93,126); }
H1.HeaderClassName
{
color: #875D7E;
}
.AnyTagClassName
{
color: #875D7E;
}
</style>
background-color css
<style>
a { background-color: #875D7E; }
a { background-color: rgb(135,93,126); }
div.DivClassName
{
background-color: #875D7E;
}
.BgClassName
{
background-color: #875D7E;
}
</style>
border-color css
<style>
span { border-color: #875D7E; }
span { border-color: rgb(135,93,126); }
td.TdClassName
{
border-color: #875D7E;
}
.TagClassName
{
border-color: #875D7E;
}
</style>