#876686

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

Shades of Trendy Pink #876686

Tints of Trendy Pink #876686

Color information

#876686 (or 0x876686) is unknown color: approx Trendy Pink. HEX triplet: 87, 66 and 86. RGB value is (135,102,134). Sum of RGB (Red+Green+Blue) = 135+102+134=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 135 - color contains mainly: red. Hex color #876686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876686 is #789979. Grayscale: #737373. Windows color (decimal): -7903610 or 8808071. OLE color: 8808071.

HSL color Cylindrical-coordinate representation of color #876686: hue angle of 301.82º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #876686 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB135102134-
CMYK00.240.010.47
HSL301.82º13.92%46.47%-
HSV(B)301.82º24.44%52.94%-
XYZ19.0516.3724.71-
YUV115.51138.43141.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=36.39%
G=27.49%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510213400.240.010.47301.8213.9246.47
Hex87668601812F12ee2e
Octal2071462060301574561656
Binary1000011111001101000011001100011011111001011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876686; }

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

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

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

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

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

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

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

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