#87708C

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

Shades of Trendy Pink #87708C

Tints of Trendy Pink #87708C

Color information

#87708C (or 0x87708C) is unknown color: approx Trendy Pink. HEX triplet: 87, 70 and 8C. RGB value is (135,112,140). Sum of RGB (Red+Green+Blue) = 135+112+140=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 140 - color contains mainly: blue. Hex color #87708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87708C is #788F73. Grayscale: #797979. Windows color (decimal): -7901044 or 9203847. OLE color: 9203847.

HSL color Cylindrical-coordinate representation of color #87708C: hue angle of 289.29º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #87708C is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB135112140-
CMYK0.040.2000.45
HSL289.29º11.11%49.41%-
HSV(B)289.29º20%54.9%-
XYZ20.5218.6327.33-
YUV122.07138.12137.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.88%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 140 (55.08% from 255) = 36.18%
R=34.88%
G=28.94%
B=36.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351121400.040.2000.45289.2911.1149.41
Hex87708C41402D121b31
Octal2071602144240554411361
Binary100001111110000100011001001010001011011001000011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87708C; }

 p { color: rgb(135,112,140); }

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

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

 a { background-color: rgb(135,112,140); }

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

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

 span { border-color: rgb(135,112,140); }

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