#888186

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

Shades of Taupe Grey #888186

Tints of Taupe Grey #888186

Color information

#888186 (or 0x888186) is unknown color: approx Taupe Grey. HEX triplet: 88, 81 and 86. RGB value is (136,129,134). Sum of RGB (Red+Green+Blue) = 136+129+134=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 136 - color contains mainly: red. Hex color #888186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888186 is #777E79. Grayscale: #838383. Windows color (decimal): -7831162 or 8814984. OLE color: 8814984.

HSL color Cylindrical-coordinate representation of color #888186: hue angle of 317.14º 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 #888186 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB136129134-
CMYK00.050.010.47
HSL317.14º2.86%51.96%-
HSV(B)317.14º5.15%53.33%-
XYZ22.3122.6625.75-
YUV131.66129.32131.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.09%
GREEN value IS 129 (50.78% from 255) = 32.33%
BLUE value IS 134 (52.73% from 255) = 33.58%
R=34.09%
G=32.33%
B=33.58%

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
Decimal13612913400.050.010.47317.142.8651.96
Hex8881860512F13d334
Octal21020120605157475364
Binary1000100010000001100001100101110111110011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888186; }

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

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

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

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

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

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

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

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