#8B7E89

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

Shades of Taupe Grey #8B7E89

Tints of Taupe Grey #8B7E89

Color information

#8B7E89 (or 0x8B7E89) is unknown color: approx Taupe Grey. HEX triplet: 8B, 7E and 89. RGB value is (139,126,137). Sum of RGB (Red+Green+Blue) = 139+126+137=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7E89 is #748176. Grayscale: #838383. Windows color (decimal): -7635319 or 9010827. OLE color: 9010827.

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

Color convert

RGB139126137-
CMYK00.090.010.45
HSL309.23º5.31%51.96%-
HSV(B)309.23º9.35%54.51%-
XYZ22.6222.2226.76-
YUV131.14131.31133.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.58%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 137 (53.91% from 255) = 34.08%
R=34.58%
G=31.34%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912613700.090.010.45309.235.3151.96
Hex8B7E890912D135534
Octal213176211011155465564
Binary10001011111111010001001010011101101100110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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