#888487

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

Shades of Taupe Grey #888487

Tints of Taupe Grey #888487

Color information

#888487 (or 0x888487) is unknown color: approx Taupe Grey. HEX triplet: 88, 84 and 87. RGB value is (136,132,135). Sum of RGB (Red+Green+Blue) = 136+132+135=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 136 - color contains mainly: red. Hex color #888487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888487 is #777B78. Grayscale: #858585. Windows color (decimal): -7830393 or 8881288. OLE color: 8881288.

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

Color convert

RGB136132135-
CMYK00.030.010.47
HSL315º1.65%52.55%-
HSV(B)315º2.94%53.33%-
XYZ22.7823.4926.25-
YUV133.54128.83129.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.75%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 135 (53.12% from 255) = 33.50%
R=33.75%
G=32.75%
B=33.50%

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
Decimal13613213500.030.010.473151.6552.55
Hex8884870312F13b235
Octal21020420703157473265
Binary100010001000010010000111011110111110011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888487; }

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

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

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

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

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

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

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

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