#887B84

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

Shades of Taupe Grey #887B84

Tints of Taupe Grey #887B84

Color information

#887B84 (or 0x887B84) is unknown color: approx Taupe Grey. HEX triplet: 88, 7B and 84. RGB value is (136,123,132). Sum of RGB (Red+Green+Blue) = 136+123+132=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 136 - color contains mainly: red. Hex color #887B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887B84 is #77847B. Grayscale: #7F7F7F. Windows color (decimal): -7832700 or 8682376. OLE color: 8682376.

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

Color convert

RGB136123132-
CMYK00.100.030.47
HSL318.46º5.18%50.78%-
HSV(B)318.46º9.56%53.33%-
XYZ21.421.0724.77-
YUV127.91130.31133.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.78%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 132 (51.95% from 255) = 33.76%
R=34.78%
G=31.46%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612313200.100.030.47318.465.1850.78
Hex887B840A32F13e533
Octal210173204012357476563
Binary100010001111011100001000101011101111100111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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