Shades of Trendy Pink #875779
Tints of Trendy Pink #875779
RGB
CMYK
RGB Variations
Color information
#875779 (or 0x875779) is known color: Trendy Pink. HEX triplet: 87, 57 and 79. RGB value is (135,87,121). Sum of RGB (Red+Green+Blue) = 135+87+121=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #875779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875779 is #78A886. Grayscale: #696969. Windows color (decimal): -7907463 or 7952263. OLE color: 7952263.
HSL color Cylindrical-coordinate representation of color #875779: hue angle of 317.5º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #875779 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 87 | 121 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.47 |
| HSL | 317.5º | 0.22% | 0.44% | - |
| HSV(B) | 317.5º | 0.36% | 0.53% | - |
| XYZ | 16.85 | 13.35 | 19.78 | - |
| YUV | 105.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 87 | 121 | 0 | 0.36 | 0.10 | 0.47 | 317.5 | 0.22 | 0.44 |
| Hex | 87 | 57 | 79 | 0 | 24 | A | 2F | 13E | 16 | 2C |
| Octal | 207 | 127 | 171 | 0 | 44 | 12 | 57 | 476 | 26 | 54 |
| Binary | 10000111 | 1010111 | 1111001 | 0 | 100100 | 1010 | 101111 | 100111110 | 10110 | 101100 |
Color Harmonies of #875779
Complementary color
Monochromatic Colors of #875779
Black with #875779
Text Example
Text Example
White with #875779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875779; }
p { color: rgb(135,87,121); }
H1.HeaderClassName
{
color: #875779;
}
.AnyTagClassName
{
color: #875779;
}
</style>
background-color css
<style>
a { background-color: #875779; }
a { background-color: rgb(135,87,121); }
div.DivClassName
{
background-color: #875779;
}
.BgClassName
{
background-color: #875779;
}
</style>
border-color css
<style>
span { border-color: #875779; }
span { border-color: rgb(135,87,121); }
td.TdClassName
{
border-color: #875779;
}
.TagClassName
{
border-color: #875779;
}
</style>