#8B888A

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

Shades of Taupe Grey #8B888A

Tints of Taupe Grey #8B888A

Color information

#8B888A (or 0x8B888A) is unknown color: approx Taupe Grey. HEX triplet: 8B, 88 and 8A. RGB value is (139,136,138). Sum of RGB (Red+Green+Blue) = 139+136+138=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 139 - color contains mainly: red. Hex color #8B888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B888A is #747775. Grayscale: #898989. Windows color (decimal): -7632758 or 9078923. OLE color: 9078923.

HSL color Cylindrical-coordinate representation of color #8B888A: hue angle of 320º 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 #8B888A is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB139136138-
CMYK00.020.010.45
HSL320º1.28%53.92%-
HSV(B)320º2.16%54.51%-
XYZ24.0424.9327.59-
YUV137.12128.49129.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.66%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=33.66%
G=32.93%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913613800.020.010.453201.2853.92
Hex8B888A0212D140136
Octal21321021202155500166
Binary10001011100010001000101001011011011010000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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