#8B7988

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

Shades of Taupe Grey #8B7988

Tints of Taupe Grey #8B7988

Color information

#8B7988 (or 0x8B7988) is unknown color: approx Taupe Grey. HEX triplet: 8B, 79 and 88. RGB value is (139,121,136). Sum of RGB (Red+Green+Blue) = 139+121+136=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7988 is #748677. Grayscale: #808080. Windows color (decimal): -7636600 or 8944011. OLE color: 8944011.

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

Color convert

RGB139121136-
CMYK00.130.020.45
HSL310º7.2%50.98%-
HSV(B)310º12.95%54.51%-
XYZ21.9320.9426.18-
YUV128.09132.46135.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 121 (47.66% from 255) = 30.56%
BLUE value IS 136 (53.52% from 255) = 34.34%
R=35.10%
G=30.56%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912113600.130.020.453107.250.98
Hex8B79880D22D136733
Octal213171210015255466763
Binary100010111111001100010000110110101101100110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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