#8C7389

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

Shades of Taupe Grey #8C7389

Tints of Taupe Grey #8C7389

Color information

#8C7389 (or 0x8C7389) is unknown color: approx Taupe Grey. HEX triplet: 8C, 73 and 89. RGB value is (140,115,137). Sum of RGB (Red+Green+Blue) = 140+115+137=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7389 is #738C76. Grayscale: #7C7C7C. Windows color (decimal): -7572599 or 9008012. OLE color: 9008012.

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

Color convert

RGB140115137-
CMYK00.180.020.45
HSL307.2º9.8%50%-
HSV(B)307.2º17.86%54.9%-
XYZ21.4619.6426.33-
YUV124.98134.78138.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.71%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=35.71%
G=29.34%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011513700.180.020.45307.29.850
Hex8C738901222D133a32
Octal2141632110222554631262
Binary10001100111001110001001010010101011011001100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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