#8B818B

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

Shades of Taupe Grey #8B818B

Tints of Taupe Grey #8B818B

Color information

#8B818B (or 0x8B818B) is unknown color: approx Taupe Grey. HEX triplet: 8B, 81 and 8B. RGB value is (139,129,139). Sum of RGB (Red+Green+Blue) = 139+129+139=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B818B is #747E74. Grayscale: #858585. Windows color (decimal): -7634549 or 9142667. OLE color: 9142667.

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

Color convert

RGB139129139-
CMYK00.0700.45
HSL300º4.13%52.55%-
HSV(B)300º7.19%54.51%-
XYZ23.1623.0527.66-
YUV133.13131.31132.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.15%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=34.15%
G=31.70%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912913900.0700.453004.1352.55
Hex8B818B0702D12c435
Octal21320121307055454465
Binary10001011100000011000101101110101101100101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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