#8B7B87

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

Shades of Taupe Grey #8B7B87

Tints of Taupe Grey #8B7B87

Color information

#8B7B87 (or 0x8B7B87) is unknown color: approx Taupe Grey. HEX triplet: 8B, 7B and 87. RGB value is (139,123,135). Sum of RGB (Red+Green+Blue) = 139+123+135=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7B87 is #748478. Grayscale: #818181. Windows color (decimal): -7636089 or 8878987. OLE color: 8878987.

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

Color convert

RGB139123135-
CMYK00.120.030.45
HSL315º6.45%51.37%-
HSV(B)315º11.51%54.51%-
XYZ22.121.425.89-
YUV129.15131.3135.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.01%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 135 (53.12% from 255) = 34.01%
R=35.01%
G=30.98%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912313500.120.030.453156.4551.37
Hex8B7B870C32D13b633
Octal213173207014355473663
Binary100010111111011100001110110011101101100111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,123,135); }

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

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

 a { background-color: rgb(139,123,135); }

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

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

 span { border-color: rgb(139,123,135); }

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