#888588

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

Shades of Taupe Grey #888588

Tints of Taupe Grey #888588

Color information

#888588 (or 0x888588) is unknown color: approx Taupe Grey. HEX triplet: 88, 85 and 88. RGB value is (136,133,136). Sum of RGB (Red+Green+Blue) = 136+133+136=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #888588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888588 is #777A77. Grayscale: #868686. Windows color (decimal): -7830136 or 8947080. OLE color: 8947080.

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

Color convert

RGB136133136-
CMYK00.0200.47
HSL300º1.24%52.75%-
HSV(B)300º2.21%53.33%-
XYZ22.9823.7926.67-
YUV134.24128.99129.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.58%
GREEN value IS 133 (52.34% from 255) = 32.84%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=33.58%
G=32.84%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613313600.0200.473001.2452.75
Hex8885880202F12c135
Octal21020521002057454165
Binary10001000100001011000100001001011111001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888588; }

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

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

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

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

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

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

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

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