#8B8188

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

Shades of Taupe Grey #8B8188

Tints of Taupe Grey #8B8188

Color information

#8B8188 (or 0x8B8188) is unknown color: approx Taupe Grey. HEX triplet: 8B, 81 and 88. RGB value is (139,129,136). Sum of RGB (Red+Green+Blue) = 139+129+136=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8188 is #747E77. Grayscale: #848484. Windows color (decimal): -7634552 or 8946059. OLE color: 8946059.

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

Color convert

RGB139129136-
CMYK00.070.020.45
HSL318º4.13%52.55%-
HSV(B)318º7.19%54.51%-
XYZ22.9422.9726.52-
YUV132.79129.81132.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.41%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 136 (53.52% from 255) = 33.66%
R=34.41%
G=31.93%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912913600.070.020.453184.1352.55
Hex8B81880722D13e435
Octal21320121007255476465
Binary100010111000000110001000011110101101100111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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