Shades of Trendy Pink #885F7E
Tints of Trendy Pink #885F7E
RGB
CMYK
RGB Variations
Color information
#885F7E (or 0x885F7E) is known color: Trendy Pink. HEX triplet: 88, 5F and 7E. RGB value is (136,95,126). Sum of RGB (Red+Green+Blue) = 136+95+126=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #885F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F7E is #77A081. Grayscale: #6E6E6E. Windows color (decimal): -7839874 or 8281992. OLE color: 8281992.
HSL color Cylindrical-coordinate representation of color #885F7E: hue angle of 314.63º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #885F7E is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 95 | 126 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.47 |
| HSL | 314.63º | 0.18% | 0.45% | - |
| HSV(B) | 314.63º | 0.3% | 0.53% | - |
| XYZ | 18.01 | 14.93 | 21.67 | - |
| YUV | 110.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 126 | 0 | 0.30 | 0.07 | 0.47 | 314.63 | 0.18 | 0.45 |
| Hex | 88 | 5F | 7E | 0 | 1E | 7 | 2F | 13B | 12 | 2D |
| Octal | 210 | 137 | 176 | 0 | 36 | 7 | 57 | 473 | 22 | 55 |
| Binary | 10001000 | 1011111 | 1111110 | 0 | 11110 | 111 | 101111 | 100111011 | 10010 | 101101 |
Color Harmonies of #885F7E
Complementary color
Monochromatic Colors of #885F7E
Black with #885F7E
Text Example
Text Example
White with #885F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F7E; }
p { color: rgb(136,95,126); }
H1.HeaderClassName
{
color: #885F7E;
}
.AnyTagClassName
{
color: #885F7E;
}
</style>
background-color css
<style>
a { background-color: #885F7E; }
a { background-color: rgb(136,95,126); }
div.DivClassName
{
background-color: #885F7E;
}
.BgClassName
{
background-color: #885F7E;
}
</style>
border-color css
<style>
span { border-color: #885F7E; }
span { border-color: rgb(136,95,126); }
td.TdClassName
{
border-color: #885F7E;
}
.TagClassName
{
border-color: #885F7E;
}
</style>