#886D87

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

Shades of Trendy Pink #886D87

Tints of Trendy Pink #886D87

Color information

#886D87 (or 0x886D87) is unknown color: approx Trendy Pink. HEX triplet: 88, 6D and 87. RGB value is (136,109,135). Sum of RGB (Red+Green+Blue) = 136+109+135=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 136 - color contains mainly: red. Hex color #886D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886D87 is #779278. Grayscale: #777777. Windows color (decimal): -7836281 or 8875400. OLE color: 8875400.

HSL color Cylindrical-coordinate representation of color #886D87: 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 #886D87 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB136109135-
CMYK00.200.010.47
HSL302.22º11.02%48.04%-
HSV(B)302.22º19.85%53.33%-
XYZ2017.9225.33-
YUV120.04136.45139.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.79%
GREEN value IS 109 (42.97% from 255) = 28.68%
BLUE value IS 135 (53.12% from 255) = 35.53%
R=35.79%
G=28.68%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610913500.200.010.47302.2211.0248.04
Hex886D8701412F12eb30
Octal2101552070241574561360
Binary1000100011011011000011101010011011111001011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886D87; }

 p { color: rgb(136,109,135); }

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

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

 a { background-color: rgb(136,109,135); }

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

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

 span { border-color: rgb(136,109,135); }

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