#8C7387

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

Shades of Taupe Grey #8C7387

Tints of Taupe Grey #8C7387

Color information

#8C7387 (or 0x8C7387) is unknown color: approx Taupe Grey. HEX triplet: 8C, 73 and 87. RGB value is (140,115,135). Sum of RGB (Red+Green+Blue) = 140+115+135=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7387 is #738C78. Grayscale: #7C7C7C. Windows color (decimal): -7572601 or 8876940. OLE color: 8876940.

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

Color convert

RGB140115135-
CMYK00.180.040.45
HSL312º9.8%50%-
HSV(B)312º17.86%54.9%-
XYZ21.3219.5925.58-
YUV124.76133.78138.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.90%
GREEN value IS 115 (45.31% from 255) = 29.49%
BLUE value IS 135 (53.12% from 255) = 34.62%
R=35.90%
G=29.49%
B=34.62%

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
Decimal14011513500.180.040.453129.850
Hex8C738701242D138a32
Octal2141632070224554701262
Binary100011001110011100001110100101001011011001110001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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