#87688E

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

Shades of Trendy Pink #87688E

Tints of Trendy Pink #87688E

Color information

#87688E (or 0x87688E) is unknown color: approx Trendy Pink. HEX triplet: 87, 68 and 8E. RGB value is (135,104,142). Sum of RGB (Red+Green+Blue) = 135+104+142=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 142 - color contains mainly: blue. Hex color #87688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87688E is #789771. Grayscale: #757575. Windows color (decimal): -7903090 or 9332871. OLE color: 9332871.

HSL color Cylindrical-coordinate representation of color #87688E: hue angle of 288.95º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87688E is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB135104142-
CMYK0.050.2700.44
HSL288.95º15.45%48.24%-
HSV(B)288.95º26.76%55.69%-
XYZ19.821727.83-
YUV117.6141.77140.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.43%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=35.43%
G=27.30%
B=37.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351041420.050.2700.44288.9515.4548.24
Hex87688E51B02C121f30
Octal2071502165330544411760
Binary100001111101000100011101011101101011001001000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87688E; }

 p { color: rgb(135,104,142); }

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

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

 a { background-color: rgb(135,104,142); }

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

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

 span { border-color: rgb(135,104,142); }

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