#8C7F86

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

Shades of Taupe Grey #8C7F86

Tints of Taupe Grey #8C7F86

Color information

#8C7F86 (or 0x8C7F86) is unknown color: approx Taupe Grey. HEX triplet: 8C, 7F and 86. RGB value is (140,127,134). Sum of RGB (Red+Green+Blue) = 140+127+134=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7F86 is #738079. Grayscale: #838383. Windows color (decimal): -7569530 or 8814476. OLE color: 8814476.

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

Color convert

RGB140127134-
CMYK00.090.040.45
HSL327.69º5.35%52.35%-
HSV(B)327.69º9.29%54.9%-
XYZ22.7122.4825.7-
YUV131.68129.31133.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.91%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 134 (52.73% from 255) = 33.42%
R=34.91%
G=31.67%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012713400.090.040.45327.695.3552.35
Hex8C7F860942D148534
Octal214177206011455510564
Binary1000110011111111000011001001100101101101001000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,127,134); }

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

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

 a { background-color: rgb(140,127,134); }

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

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

 span { border-color: rgb(140,127,134); }

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