#8B7985

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

Shades of Taupe Grey #8B7985

Tints of Taupe Grey #8B7985

Color information

#8B7985 (or 0x8B7985) is unknown color: approx Taupe Grey. HEX triplet: 8B, 79 and 85. RGB value is (139,121,133). Sum of RGB (Red+Green+Blue) = 139+121+133=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7985 is #74867A. Grayscale: #7F7F7F. Windows color (decimal): -7636603 or 8747403. OLE color: 8747403.

HSL color Cylindrical-coordinate representation of color #8B7985: hue angle of 320º 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 #8B7985 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB139121133-
CMYK00.130.040.45
HSL320º7.2%50.98%-
HSV(B)320º12.95%54.51%-
XYZ21.7220.8625.07-
YUV127.75130.96136.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.37%
GREEN value IS 121 (47.66% from 255) = 30.79%
BLUE value IS 133 (52.34% from 255) = 33.84%
R=35.37%
G=30.79%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912113300.130.040.453207.250.98
Hex8B79850D42D140733
Octal213171205015455500763
Binary1000101111110011000010101101100101101101000000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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