Shades of Trendy Pink #875A80
Tints of Trendy Pink #875A80
RGB
CMYK
RGB Variations
Color information
#875A80 (or 0x875A80) is known color: Trendy Pink. HEX triplet: 87, 5A and 80. RGB value is (135,90,128). Sum of RGB (Red+Green+Blue) = 135+90+128=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #875A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875A80 is #78A57F. Grayscale: #6B6B6B. Windows color (decimal): -7906688 or 8411783. OLE color: 8411783.
HSL color Cylindrical-coordinate representation of color #875A80: hue angle of 309.33º 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 #875A80 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 90 | 128 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.47 |
| HSL | 309.33º | 0.2% | 0.44% | - |
| HSV(B) | 309.33º | 0.33% | 0.53% | - |
| XYZ | 17.54 | 14.02 | 22.2 | - |
| YUV | 107.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 128 | 0 | 0.33 | 0.05 | 0.47 | 309.33 | 0.2 | 0.44 |
| Hex | 87 | 5A | 80 | 0 | 21 | 5 | 2F | 135 | 14 | 2C |
| Octal | 207 | 132 | 200 | 0 | 41 | 5 | 57 | 465 | 24 | 54 |
| Binary | 10000111 | 1011010 | 10000000 | 0 | 100001 | 101 | 101111 | 100110101 | 10100 | 101100 |
Color Harmonies of #875A80
Complementary color
Monochromatic Colors of #875A80
Black with #875A80
Text Example
Text Example
White with #875A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875A80; }
p { color: rgb(135,90,128); }
H1.HeaderClassName
{
color: #875A80;
}
.AnyTagClassName
{
color: #875A80;
}
</style>
background-color css
<style>
a { background-color: #875A80; }
a { background-color: rgb(135,90,128); }
div.DivClassName
{
background-color: #875A80;
}
.BgClassName
{
background-color: #875A80;
}
</style>
border-color css
<style>
span { border-color: #875A80; }
span { border-color: rgb(135,90,128); }
td.TdClassName
{
border-color: #875A80;
}
.TagClassName
{
border-color: #875A80;
}
</style>