#8B8389

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

Shades of Taupe Grey #8B8389

Tints of Taupe Grey #8B8389

Color information

#8B8389 (or 0x8B8389) is unknown color: approx Taupe Grey. HEX triplet: 8B, 83 and 89. RGB value is (139,131,137). Sum of RGB (Red+Green+Blue) = 139+131+137=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8389 is #747C76. Grayscale: #868686. Windows color (decimal): -7634039 or 9012107. OLE color: 9012107.

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

Color convert

RGB139131137-
CMYK00.060.010.45
HSL315º3.33%52.94%-
HSV(B)315º5.76%54.51%-
XYZ23.2823.5326.98-
YUV134.08129.65131.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.15%
GREEN value IS 131 (51.56% from 255) = 32.19%
BLUE value IS 137 (53.91% from 255) = 33.66%
R=34.15%
G=32.19%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913113700.060.010.453153.3352.94
Hex8B83890612D13b335
Octal21320321106155473365
Binary1000101110000011100010010110110110110011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,131,137); }

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

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

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

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

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

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

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