#8B7387

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

Shades of Taupe Grey #8B7387

Tints of Taupe Grey #8B7387

Color information

#8B7387 (or 0x8B7387) is unknown color: approx Taupe Grey. HEX triplet: 8B, 73 and 87. RGB value is (139,115,135). Sum of RGB (Red+Green+Blue) = 139+115+135=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7387 is #748C78. Grayscale: #7C7C7C. Windows color (decimal): -7638137 or 8876939. OLE color: 8876939.

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

Color convert

RGB139115135-
CMYK00.170.030.45
HSL310º9.45%49.8%-
HSV(B)310º17.27%54.51%-
XYZ21.1519.525.57-
YUV124.46133.95138.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.73%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=35.73%
G=29.56%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911513500.170.030.453109.4549.8
Hex8B738701132D136932
Octal2131632070213554661162
Binary10001011111001110000111010001111011011001101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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