Shades of Trendy Pink #875B7E
Tints of Trendy Pink #875B7E
RGB
CMYK
RGB Variations
Color information
#875B7E (or 0x875B7E) is known color: Trendy Pink. HEX triplet: 87, 5B and 7E. RGB value is (135,91,126). Sum of RGB (Red+Green+Blue) = 135+91+126=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #875B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B7E is #78A481. Grayscale: #6C6C6C. Windows color (decimal): -7906434 or 8280967. OLE color: 8280967.
HSL color Cylindrical-coordinate representation of color #875B7E: hue angle of 312.27º 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 #875B7E is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 91 | 126 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.47 |
| HSL | 312.27º | 0.19% | 0.44% | - |
| HSV(B) | 312.27º | 0.33% | 0.53% | - |
| XYZ | 17.5 | 14.14 | 21.55 | - |
| YUV | 108.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 126 | 0 | 0.33 | 0.07 | 0.47 | 312.27 | 0.19 | 0.44 |
| Hex | 87 | 5B | 7E | 0 | 21 | 7 | 2F | 138 | 13 | 2C |
| Octal | 207 | 133 | 176 | 0 | 41 | 7 | 57 | 470 | 23 | 54 |
| Binary | 10000111 | 1011011 | 1111110 | 0 | 100001 | 111 | 101111 | 100111000 | 10011 | 101100 |
Color Harmonies of #875B7E
Complementary color
Monochromatic Colors of #875B7E
Black with #875B7E
Text Example
Text Example
White with #875B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875B7E; }
p { color: rgb(135,91,126); }
H1.HeaderClassName
{
color: #875B7E;
}
.AnyTagClassName
{
color: #875B7E;
}
</style>
background-color css
<style>
a { background-color: #875B7E; }
a { background-color: rgb(135,91,126); }
div.DivClassName
{
background-color: #875B7E;
}
.BgClassName
{
background-color: #875B7E;
}
</style>
border-color css
<style>
span { border-color: #875B7E; }
span { border-color: rgb(135,91,126); }
td.TdClassName
{
border-color: #875B7E;
}
.TagClassName
{
border-color: #875B7E;
}
</style>