#8C7289

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

Shades of Taupe Grey #8C7289

Tints of Taupe Grey #8C7289

Color information

#8C7289 (or 0x8C7289) is unknown color: approx Taupe Grey. HEX triplet: 8C, 72 and 89. RGB value is (140,114,137). Sum of RGB (Red+Green+Blue) = 140+114+137=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7289 is #738D76. Grayscale: #7C7C7C. Windows color (decimal): -7572855 or 9007756. OLE color: 9007756.

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

Color convert

RGB140114137-
CMYK00.190.020.45
HSL306.92º10.24%49.8%-
HSV(B)306.92º18.57%54.9%-
XYZ21.3519.4226.29-
YUV124.4135.11139.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.81%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=35.81%
G=29.16%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011413700.190.020.45306.9210.2449.8
Hex8C728901322D133a32
Octal2141622110232554631262
Binary10001100111001010001001010011101011011001100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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