#887C84

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

Shades of Taupe Grey #887C84

Tints of Taupe Grey #887C84

Color information

#887C84 (or 0x887C84) is unknown color: approx Taupe Grey. HEX triplet: 88, 7C and 84. RGB value is (136,124,132). Sum of RGB (Red+Green+Blue) = 136+124+132=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 136 - color contains mainly: red. Hex color #887C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887C84 is #77837B. Grayscale: #808080. Windows color (decimal): -7832444 or 8682632. OLE color: 8682632.

HSL color Cylindrical-coordinate representation of color #887C84: hue angle of 320º 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 #887C84 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB136124132-
CMYK00.090.030.47
HSL320º4.8%50.98%-
HSV(B)320º8.82%53.33%-
XYZ21.5321.3224.81-
YUV128.5129.98133.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.69%
GREEN value IS 124 (48.83% from 255) = 31.63%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=34.69%
G=31.63%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612413200.090.030.473204.850.98
Hex887C840932F140533
Octal210174204011357500563
Binary100010001111100100001000100111101111101000000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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