Shades of Trendy Pink #876282
Tints of Trendy Pink #876282
RGB
CMYK
RGB Variations
Color information
#876282 (or 0x876282) is known color: Trendy Pink. HEX triplet: 87, 62 and 82. RGB value is (135,98,130). Sum of RGB (Red+Green+Blue) = 135+98+130=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #876282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876282 is #789D7D. Grayscale: #707070. Windows color (decimal): -7904638 or 8544903. OLE color: 8544903.
HSL color Cylindrical-coordinate representation of color #876282: hue angle of 308.11º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #876282 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 98 | 130 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.47 |
| HSL | 308.11º | 0.16% | 0.46% | - |
| HSV(B) | 308.11º | 0.27% | 0.53% | - |
| XYZ | 18.39 | 15.5 | 23.14 | - |
| YUV | 112.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 130 | 0 | 0.27 | 0.04 | 0.47 | 308.11 | 0.16 | 0.46 |
| Hex | 87 | 62 | 82 | 0 | 1B | 4 | 2F | 134 | 10 | 2E |
| Octal | 207 | 142 | 202 | 0 | 33 | 4 | 57 | 464 | 20 | 56 |
| Binary | 10000111 | 1100010 | 10000010 | 0 | 11011 | 100 | 101111 | 100110100 | 10000 | 101110 |
Color Harmonies of #876282
Complementary color
Monochromatic Colors of #876282
Black with #876282
Text Example
Text Example
White with #876282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876282; }
p { color: rgb(135,98,130); }
H1.HeaderClassName
{
color: #876282;
}
.AnyTagClassName
{
color: #876282;
}
</style>
background-color css
<style>
a { background-color: #876282; }
a { background-color: rgb(135,98,130); }
div.DivClassName
{
background-color: #876282;
}
.BgClassName
{
background-color: #876282;
}
</style>
border-color css
<style>
span { border-color: #876282; }
span { border-color: rgb(135,98,130); }
td.TdClassName
{
border-color: #876282;
}
.TagClassName
{
border-color: #876282;
}
</style>