#8B7685

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

Shades of Taupe Grey #8B7685

Tints of Taupe Grey #8B7685

Color information

#8B7685 (or 0x8B7685) is unknown color: approx Taupe Grey. HEX triplet: 8B, 76 and 85. RGB value is (139,118,133). Sum of RGB (Red+Green+Blue) = 139+118+133=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7685 is #74897A. Grayscale: #7D7D7D. Windows color (decimal): -7637371 or 8746635. OLE color: 8746635.

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

Color convert

RGB139118133-
CMYK00.150.040.45
HSL317.14º8.3%50.39%-
HSV(B)317.14º15.11%54.51%-
XYZ21.3620.1424.95-
YUV125.99131.96137.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.64%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 133 (52.34% from 255) = 34.10%
R=35.64%
G=30.26%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911813300.150.040.45317.148.350.39
Hex8B76850F42D13d832
Octal2131662050174554751062
Binary10001011111011010000101011111001011011001111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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