#8B888B

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

Shades of Taupe Grey #8B888B

Tints of Taupe Grey #8B888B

Color information

#8B888B (or 0x8B888B) is unknown color: approx Taupe Grey. HEX triplet: 8B, 88 and 8B. RGB value is (139,136,139). Sum of RGB (Red+Green+Blue) = 139+136+139=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B888B is #747774. Grayscale: #898989. Windows color (decimal): -7632757 or 9144459. OLE color: 9144459.

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

Color convert

RGB139136139-
CMYK00.0200.45
HSL300º1.28%53.92%-
HSV(B)300º2.16%54.51%-
XYZ24.1124.9627.97-
YUV137.24128.99129.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.57%
GREEN value IS 136 (53.52% from 255) = 32.85%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=33.57%
G=32.85%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913613900.0200.453001.2853.92
Hex8B888B0202D12c136
Octal21321021302055454166
Binary10001011100010001000101101001011011001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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