#888788

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

Shades of Taupe Grey #888788

Tints of Taupe Grey #888788

Color information

#888788 (or 0x888788) is unknown color: approx Taupe Grey. HEX triplet: 88, 87 and 88. RGB value is (136,135,136). Sum of RGB (Red+Green+Blue) = 136+135+136=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #888788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888788 is #777877. Grayscale: #878787. Windows color (decimal): -7829624 or 8947592. OLE color: 8947592.

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

Color convert

RGB136135136-
CMYK00.0100.47
HSL300º0.42%53.14%-
HSV(B)300º0.74%53.33%-
XYZ23.2624.3426.76-
YUV135.41128.33128.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.42%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=33.42%
G=33.17%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613513600.0100.473000.4253.14
Hex8887880102F12c035
Octal21020721001057454065
Binary1000100010000111100010000101011111001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888788; }

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

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

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

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

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

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

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

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