#8B858B

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

Shades of Taupe Grey #8B858B

Tints of Taupe Grey #8B858B

Color information

#8B858B (or 0x8B858B) is unknown color: approx Taupe Grey. HEX triplet: 8B, 85 and 8B. RGB value is (139,133,139). Sum of RGB (Red+Green+Blue) = 139+133+139=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B858B is #747A74. Grayscale: #878787. Windows color (decimal): -7633525 or 9143691. OLE color: 9143691.

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

Color convert

RGB139133139-
CMYK00.0400.45
HSL300º2.52%53.33%-
HSV(B)300º4.32%54.51%-
XYZ23.724.1327.83-
YUV135.48129.99130.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.82%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 139 (54.69% from 255) = 33.82%
R=33.82%
G=32.36%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913313900.0400.453002.5253.33
Hex8B858B0402D12c335
Octal21320521304055454365
Binary1000101110000101100010110100010110110010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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