#8C7685

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

Shades of Taupe Grey #8C7685

Tints of Taupe Grey #8C7685

Color information

#8C7685 (or 0x8C7685) is unknown color: approx Taupe Grey. HEX triplet: 8C, 76 and 85. RGB value is (140,118,133). Sum of RGB (Red+Green+Blue) = 140+118+133=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7685 is #73897A. Grayscale: #7E7E7E. Windows color (decimal): -7571835 or 8746636. OLE color: 8746636.

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

Color convert

RGB140118133-
CMYK00.160.050.45
HSL319.09º8.73%50.59%-
HSV(B)319.09º15.71%54.9%-
XYZ21.5320.2324.96-
YUV126.29131.79137.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.81%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 133 (52.34% from 255) = 34.02%
R=35.81%
G=30.18%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011813300.160.050.45319.098.7350.59
Hex8C768501052D13f933
Octal2141662050205554771163
Binary100011001110110100001010100001011011011001111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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