#8C7386

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

Shades of Taupe Grey #8C7386

Tints of Taupe Grey #8C7386

Color information

#8C7386 (or 0x8C7386) is unknown color: approx Taupe Grey. HEX triplet: 8C, 73 and 86. RGB value is (140,115,134). Sum of RGB (Red+Green+Blue) = 140+115+134=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7386 is #738C79. Grayscale: #7C7C7C. Windows color (decimal): -7572602 or 8811404. OLE color: 8811404.

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

Color convert

RGB140115134-
CMYK00.180.040.45
HSL314.4º9.8%50%-
HSV(B)314.4º17.86%54.9%-
XYZ21.2519.5625.21-
YUV124.64133.28138.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.99%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 134 (52.73% from 255) = 34.45%
R=35.99%
G=29.56%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011513400.180.040.45314.49.850
Hex8C738601242D13aa32
Octal2141632060224554721262
Binary100011001110011100001100100101001011011001110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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