#8B8488

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

Shades of Taupe Grey #8B8488

Tints of Taupe Grey #8B8488

Color information

#8B8488 (or 0x8B8488) is unknown color: approx Taupe Grey. HEX triplet: 8B, 84 and 88. RGB value is (139,132,136). Sum of RGB (Red+Green+Blue) = 139+132+136=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8488 is #747B77. Grayscale: #868686. Windows color (decimal): -7633784 or 8946827. OLE color: 8946827.

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

Color convert

RGB139132136-
CMYK00.050.020.45
HSL325.71º2.93%53.14%-
HSV(B)325.71º5.04%54.51%-
XYZ23.3423.7726.65-
YUV134.55128.82131.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.15%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=34.15%
G=32.43%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913213600.050.020.45325.712.9353.14
Hex8B84880522D146335
Octal21320421005255506365
Binary10001011100001001000100001011010110110100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B8488; }

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

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

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

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

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

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

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

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