#8C7889

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

Shades of Taupe Grey #8C7889

Tints of Taupe Grey #8C7889

Color information

#8C7889 (or 0x8C7889) is unknown color: approx Taupe Grey. HEX triplet: 8C, 78 and 89. RGB value is (140,120,137). Sum of RGB (Red+Green+Blue) = 140+120+137=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7889 is #738776. Grayscale: #7F7F7F. Windows color (decimal): -7571319 or 9009292. OLE color: 9009292.

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

Color convert

RGB140120137-
CMYK00.140.020.45
HSL309º8%50.98%-
HSV(B)309º14.29%54.9%-
XYZ22.0520.8126.52-
YUV127.92133.13136.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.26%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 137 (53.91% from 255) = 34.51%
R=35.26%
G=30.23%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012013700.140.020.45309850.98
Hex8C78890E22D135833
Octal2141702110162554651063
Binary1000110011110001000100101110101011011001101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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