#888486

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

Shades of Taupe Grey #888486

Tints of Taupe Grey #888486

Color information

#888486 (or 0x888486) is unknown color: approx Taupe Grey. HEX triplet: 88, 84 and 86. RGB value is (136,132,134). Sum of RGB (Red+Green+Blue) = 136+132+134=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 136 - color contains mainly: red. Hex color #888486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888486 is #777B79. Grayscale: #858585. Windows color (decimal): -7830394 or 8815752. OLE color: 8815752.

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

Color convert

RGB136132134-
CMYK00.030.010.47
HSL330º1.65%52.55%-
HSV(B)330º2.94%53.33%-
XYZ22.7123.4625.89-
YUV133.42128.33129.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.83%
GREEN value IS 132 (51.95% from 255) = 32.84%
BLUE value IS 134 (52.73% from 255) = 33.33%
R=33.83%
G=32.84%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613213400.030.010.473301.6552.55
Hex8884860312F14a235
Octal21020420603157512265
Binary100010001000010010000110011110111110100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888486; }

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

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

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

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

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

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

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

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