#8B8287

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

Shades of Taupe Grey #8B8287

Tints of Taupe Grey #8B8287

Color information

#8B8287 (or 0x8B8287) is unknown color: approx Taupe Grey. HEX triplet: 8B, 82 and 87. RGB value is (139,130,135). Sum of RGB (Red+Green+Blue) = 139+130+135=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8287 is #747D78. Grayscale: #858585. Windows color (decimal): -7634297 or 8880779. OLE color: 8880779.

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

Color convert

RGB139130135-
CMYK00.060.030.45
HSL326.67º3.73%52.75%-
HSV(B)326.67º6.47%54.51%-
XYZ2323.226.19-
YUV133.26128.98132.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.41%
GREEN value IS 130 (51.17% from 255) = 32.18%
BLUE value IS 135 (53.12% from 255) = 33.42%
R=34.41%
G=32.18%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913013500.060.030.45326.673.7352.75
Hex8B82870632D147435
Octal21320220706355507465
Binary100010111000001010000111011011101101101000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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