#888488

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

Shades of Taupe Grey #888488

Tints of Taupe Grey #888488

Color information

#888488 (or 0x888488) is unknown color: approx Taupe Grey. HEX triplet: 88, 84 and 88. RGB value is (136,132,136). Sum of RGB (Red+Green+Blue) = 136+132+136=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #888488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888488 is #777B77. Grayscale: #858585. Windows color (decimal): -7830392 or 8946824. OLE color: 8946824.

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

Color convert

RGB136132136-
CMYK00.0300.47
HSL300º1.65%52.55%-
HSV(B)300º2.94%53.33%-
XYZ22.8523.5126.63-
YUV133.65129.33129.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.66%
GREEN value IS 132 (51.95% from 255) = 32.67%
BLUE value IS 136 (53.52% from 255) = 33.66%
R=33.66%
G=32.67%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613213600.0300.473001.6552.55
Hex8884880302F12c235
Octal21020421003057454265
Binary100010001000010010001000011010111110010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888488; }

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

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

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

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

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

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

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

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