#888688

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

Shades of Taupe Grey #888688

Tints of Taupe Grey #888688

Color information

#888688 (or 0x888688) is unknown color: approx Taupe Grey. HEX triplet: 88, 86 and 88. RGB value is (136,134,136). Sum of RGB (Red+Green+Blue) = 136+134+136=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #888688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888688 is #777977. Grayscale: #868686. Windows color (decimal): -7829880 or 8947336. OLE color: 8947336.

HSL color Cylindrical-coordinate representation of color #888688: 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.01%. Process color model (Four color, CMYK) of #888688 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB136134136-
CMYK00.0100.47
HSL300º0.83%52.94%-
HSV(B)300º1.47%53.33%-
XYZ23.1224.0626.72-
YUV134.83128.66128.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.50%
GREEN value IS 134 (52.73% from 255) = 33.00%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=33.50%
G=33.00%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613413600.0100.473000.8352.94
Hex8886880102F12c135
Octal21020621001057454165
Binary1000100010000110100010000101011111001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888688; }

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

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

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

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

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

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

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

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