Shades of Trendy Pink #875A7E
Tints of Trendy Pink #875A7E
RGB
CMYK
RGB Variations
Color information
#875A7E (or 0x875A7E) is known color: Trendy Pink. HEX triplet: 87, 5A and 7E. RGB value is (135,90,126). Sum of RGB (Red+Green+Blue) = 135+90+126=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #875A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875A7E is #78A581. Grayscale: #6B6B6B. Windows color (decimal): -7906690 or 8280711. OLE color: 8280711.
HSL color Cylindrical-coordinate representation of color #875A7E: hue angle of 312º degrees, saturation: 0.2, 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 #875A7E is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 90 | 126 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.47 |
| HSL | 312º | 0.2% | 0.44% | - |
| HSV(B) | 312º | 0.33% | 0.53% | - |
| XYZ | 17.41 | 13.97 | 21.52 | - |
| YUV | 107.56 | 138.41 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 126 | 0 | 0.33 | 0.07 | 0.47 | 312 | 0.2 | 0.44 |
| Hex | 87 | 5A | 7E | 0 | 21 | 7 | 2F | 138 | 14 | 2C |
| Octal | 207 | 132 | 176 | 0 | 41 | 7 | 57 | 470 | 24 | 54 |
| Binary | 10000111 | 1011010 | 1111110 | 0 | 100001 | 111 | 101111 | 100111000 | 10100 | 101100 |
Color Harmonies of #875A7E
Complementary color
Monochromatic Colors of #875A7E
Black with #875A7E
Text Example
Text Example
White with #875A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875A7E; }
p { color: rgb(135,90,126); }
H1.HeaderClassName
{
color: #875A7E;
}
.AnyTagClassName
{
color: #875A7E;
}
</style>
background-color css
<style>
a { background-color: #875A7E; }
a { background-color: rgb(135,90,126); }
div.DivClassName
{
background-color: #875A7E;
}
.BgClassName
{
background-color: #875A7E;
}
</style>
border-color css
<style>
span { border-color: #875A7E; }
span { border-color: rgb(135,90,126); }
td.TdClassName
{
border-color: #875A7E;
}
.TagClassName
{
border-color: #875A7E;
}
</style>