#8B828B

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

Shades of Taupe Grey #8B828B

Tints of Taupe Grey #8B828B

Color information

#8B828B (or 0x8B828B) is unknown color: approx Taupe Grey. HEX triplet: 8B, 82 and 8B. RGB value is (139,130,139). Sum of RGB (Red+Green+Blue) = 139+130+139=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B828B is #747D74. Grayscale: #858585. Windows color (decimal): -7634293 or 9142923. OLE color: 9142923.

HSL color Cylindrical-coordinate representation of color #8B828B: 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.06%. Process color model (Four color, CMYK) of #8B828B is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB139130139-
CMYK00.0600.45
HSL300º3.73%52.75%-
HSV(B)300º6.47%54.51%-
XYZ23.2923.3227.7-
YUV133.72130.98131.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.07%
GREEN value IS 130 (51.17% from 255) = 31.86%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=34.07%
G=31.86%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913013900.0600.453003.7352.75
Hex8B828B0602D12c435
Octal21320221306055454465
Binary10001011100000101000101101100101101100101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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