#888187

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

Shades of Taupe Grey #888187

Tints of Taupe Grey #888187

Color information

#888187 (or 0x888187) is unknown color: approx Taupe Grey. HEX triplet: 88, 81 and 87. RGB value is (136,129,135). Sum of RGB (Red+Green+Blue) = 136+129+135=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 136 - color contains mainly: red. Hex color #888187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888187 is #777E78. Grayscale: #838383. Windows color (decimal): -7831161 or 8880520. OLE color: 8880520.

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

Color convert

RGB136129135-
CMYK00.050.010.47
HSL308.57º2.86%51.96%-
HSV(B)308.57º5.15%53.33%-
XYZ22.3822.6826.12-
YUV131.78129.82131.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34%
GREEN value IS 129 (50.78% from 255) = 32.25%
BLUE value IS 135 (53.12% from 255) = 33.75%
R=34%
G=32.25%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612913500.050.010.47308.572.8651.96
Hex8881870512F135334
Octal21020120705157465364
Binary1000100010000001100001110101110111110011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888187; }

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

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

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

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

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

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

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

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