#887C87

Color #887C87 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #887C87

Tints of Taupe Grey #887C87

Color information

#887C87 (or 0x887C87) is unknown color: approx Taupe Grey. HEX triplet: 88, 7C and 87. RGB value is (136,124,135). Sum of RGB (Red+Green+Blue) = 136+124+135=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 136 - color contains mainly: red. Hex color #887C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887C87 is #778378. Grayscale: #808080. Windows color (decimal): -7832441 or 8879240. OLE color: 8879240.

HSL color Cylindrical-coordinate representation of color #887C87: hue angle of 305º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #887C87 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB136124135-
CMYK00.090.010.47
HSL305º4.8%50.98%-
HSV(B)305º8.82%53.33%-
XYZ21.7321.425.91-
YUV128.84131.48133.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.43%
GREEN value IS 124 (48.83% from 255) = 31.39%
BLUE value IS 135 (53.12% from 255) = 34.18%
R=34.43%
G=31.39%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612413500.090.010.473054.850.98
Hex887C870912F131533
Octal210174207011157461563
Binary10001000111110010000111010011101111100110001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887C87; }

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

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

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

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

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

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

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

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