#876C86

Color #876C86 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #876C86

Tints of Trendy Pink #876C86

Color information

#876C86 (or 0x876C86) is unknown color: approx Trendy Pink. HEX triplet: 87, 6C and 86. RGB value is (135,108,134). Sum of RGB (Red+Green+Blue) = 135+108+134=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 135 - color contains mainly: red. Hex color #876C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876C86 is #789379. Grayscale: #767676. Windows color (decimal): -7902074 or 8809607. OLE color: 8809607.

HSL color Cylindrical-coordinate representation of color #876C86: hue angle of 302.22º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #876C86 is Cyan = 0, Magento = 0.2, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB135108134-
CMYK00.20.010.47
HSL302.22º11.11%47.65%-
HSV(B)302.22º20%52.94%-
XYZ19.6617.624.91-
YUV119.04136.45139.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 35.81%
GREEN value IS 108 (42.58% from 255) = 28.65%
BLUE value IS 134 (52.73% from 255) = 35.54%
R=35.81%
G=28.65%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510813400.20.010.47302.2211.1147.65
Hex876C8601412F12eb30
Octal2071542060241574561360
Binary1000011111011001000011001010011011111001011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876C86; }

 p { color: rgb(135,108,134); }

 H1.HeaderClassName
 {
   color: #876C86;
 }
 .AnyTagClassName
 {
   color: #876C86;
 }
</style>
background-color css

<style>
 a { background-color: #876C86; }

 a { background-color: rgb(135,108,134); }

 div.DivClassName
 {
   background-color: #876C86;
 }
 .BgClassName
 {
   background-color: #876C86;
 }
</style>
border-color css

<style>
 span { border-color: #876C86; }

 span { border-color: rgb(135,108,134); }

 td.TdClassName
 {
   border-color: #876C86;
 }
 .TagClassName
 {
   border-color: #876C86;
 }
</style>