#8B7889

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

Shades of Taupe Grey #8B7889

Tints of Taupe Grey #8B7889

Color information

#8B7889 (or 0x8B7889) is unknown color: approx Taupe Grey. HEX triplet: 8B, 78 and 89. RGB value is (139,120,137). Sum of RGB (Red+Green+Blue) = 139+120+137=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7889 is #748776. Grayscale: #7F7F7F. Windows color (decimal): -7636855 or 9009291. OLE color: 9009291.

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

Color convert

RGB139120137-
CMYK00.140.010.45
HSL306.32º7.57%50.78%-
HSV(B)306.32º13.67%54.51%-
XYZ21.8820.7326.51-
YUV127.62133.29136.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 120 (47.27% from 255) = 30.30%
BLUE value IS 137 (53.91% from 255) = 34.60%
R=35.10%
G=30.30%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912013700.140.010.45306.327.5750.78
Hex8B78890E12D132833
Octal2131702110161554621063
Binary100010111111000100010010111011011011001100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,120,137); }

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

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

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

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

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

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

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