#888587

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

Shades of Taupe Grey #888587

Tints of Taupe Grey #888587

Color information

#888587 (or 0x888587) is unknown color: approx Taupe Grey. HEX triplet: 88, 85 and 87. RGB value is (136,133,135). Sum of RGB (Red+Green+Blue) = 136+133+135=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 136 - color contains mainly: red. Hex color #888587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888587 is #777A78. Grayscale: #868686. Windows color (decimal): -7830137 or 8881544. OLE color: 8881544.

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

Color convert

RGB136133135-
CMYK00.020.010.47
HSL320º1.24%52.75%-
HSV(B)320º2.21%53.33%-
XYZ22.9123.7626.3-
YUV134.12128.49129.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.66%
GREEN value IS 133 (52.34% from 255) = 32.92%
BLUE value IS 135 (53.12% from 255) = 33.42%
R=33.66%
G=32.92%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613313500.020.010.473201.2452.75
Hex8885870212F140135
Octal21020520702157500165
Binary10001000100001011000011101011011111010000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888587; }

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

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

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

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

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

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

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

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