Shades of Trendy Pink #877388
Tints of Trendy Pink #877388
RGB
CMYK
RGB Variations
Color information
#877388 (or 0x877388) is known color: Trendy Pink. HEX triplet: 87, 73 and 88. RGB value is (135,115,136). Sum of RGB (Red+Green+Blue) = 135+115+136=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 136 - color contains mainly: blue. Hex color #877388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877388 is #788C77. Grayscale: #7B7B7B. Windows color (decimal): -7900280 or 8942471. OLE color: 8942471.
HSL color Cylindrical-coordinate representation of color #877388: hue angle of 297.14º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #877388 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 115 | 136 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.47 |
| HSL | 297.14º | 0.08% | 0.49% | - |
| HSV(B) | 297.14º | 0.15% | 0.53% | - |
| XYZ | 20.57 | 19.19 | 25.91 | - |
| YUV | 123.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 115 | 136 | 0.01 | 0.15 | 0 | 0.47 | 297.14 | 0.08 | 0.49 |
| Hex | 87 | 73 | 88 | 1 | F | 0 | 2F | 129 | 8 | 31 |
| Octal | 207 | 163 | 210 | 1 | 17 | 0 | 57 | 451 | 10 | 61 |
| Binary | 10000111 | 1110011 | 10001000 | 1 | 1111 | 0 | 101111 | 100101001 | 1000 | 110001 |
Color Harmonies of #877388
Complementary color
Monochromatic Colors of #877388
Black with #877388
Text Example
Text Example
White with #877388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877388; }
p { color: rgb(135,115,136); }
H1.HeaderClassName
{
color: #877388;
}
.AnyTagClassName
{
color: #877388;
}
</style>
background-color css
<style>
a { background-color: #877388; }
a { background-color: rgb(135,115,136); }
div.DivClassName
{
background-color: #877388;
}
.BgClassName
{
background-color: #877388;
}
</style>
border-color css
<style>
span { border-color: #877388; }
span { border-color: rgb(135,115,136); }
td.TdClassName
{
border-color: #877388;
}
.TagClassName
{
border-color: #877388;
}
</style>