#8B7485

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

Shades of Taupe Grey #8B7485

Tints of Taupe Grey #8B7485

Color information

#8B7485 (or 0x8B7485) is unknown color: approx Taupe Grey. HEX triplet: 8B, 74 and 85. RGB value is (139,116,133). Sum of RGB (Red+Green+Blue) = 139+116+133=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7485 is #748B7A. Grayscale: #7C7C7C. Windows color (decimal): -7637883 or 8746123. OLE color: 8746123.

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

Color convert

RGB139116133-
CMYK00.170.040.45
HSL315.65º9.02%50%-
HSV(B)315.65º16.55%54.51%-
XYZ21.1319.6724.87-
YUV124.82132.62138.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 133 (52.34% from 255) = 34.28%
R=35.82%
G=29.90%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911613300.170.040.45315.659.0250
Hex8B748501142D13c932
Octal2131642050214554741162
Binary100010111110100100001010100011001011011001111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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