#8E878C

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

Shades of Taupe Grey #8E878C

Tints of Taupe Grey #8E878C

Color information

#8E878C (or 0x8E878C) is unknown color: approx Taupe Grey. HEX triplet: 8E, 87 and 8C. RGB value is (142,135,140). Sum of RGB (Red+Green+Blue) = 142+135+140=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 142 - color contains mainly: red. Hex color #8E878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E878C is #717873. Grayscale: #898989. Windows color (decimal): -7436404 or 9209742. OLE color: 9209742.

HSL color Cylindrical-coordinate representation of color #8E878C: hue angle of 317.14º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8E878C is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB142135140-
CMYK00.050.010.44
HSL317.14º3%54.31%-
HSV(B)317.14º4.93%55.69%-
XYZ24.5524.9728.34-
YUV137.66129.32131.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 135 (53.12% from 255) = 32.37%
BLUE value IS 140 (55.08% from 255) = 33.57%
R=34.05%
G=32.37%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213514000.050.010.44317.14354.31
Hex8E878C0512C13d336
Octal21620721405154475366
Binary1000111010000111100011000101110110010011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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