#8B8088

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

Shades of Taupe Grey #8B8088

Tints of Taupe Grey #8B8088

Color information

#8B8088 (or 0x8B8088) is unknown color: approx Taupe Grey. HEX triplet: 8B, 80 and 88. RGB value is (139,128,136). Sum of RGB (Red+Green+Blue) = 139+128+136=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8088 is #747F77. Grayscale: #848484. Windows color (decimal): -7634808 or 8945803. OLE color: 8945803.

HSL color Cylindrical-coordinate representation of color #8B8088: hue angle of 316.36º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8B8088 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB139128136-
CMYK00.080.020.45
HSL316.36º4.53%52.35%-
HSV(B)316.36º7.91%54.51%-
XYZ22.8122.726.47-
YUV132.2130.14132.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.49%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 136 (53.52% from 255) = 33.75%
R=34.49%
G=31.76%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912813600.080.020.45316.364.5352.35
Hex8B80880822D13c534
Octal213200210010255474564
Binary1000101110000000100010000100010101101100111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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