#8E878D

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

Shades of Taupe Grey #8E878D

Tints of Taupe Grey #8E878D

Color information

#8E878D (or 0x8E878D) is unknown color: approx Taupe Grey. HEX triplet: 8E, 87 and 8D. RGB value is (142,135,141). Sum of RGB (Red+Green+Blue) = 142+135+141=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 142 - color contains mainly: red. Hex color #8E878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E878D is #717872. Grayscale: #898989. Windows color (decimal): -7436403 or 9275278. OLE color: 9275278.

HSL color Cylindrical-coordinate representation of color #8E878D: hue angle of 308.57º 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 #8E878D is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB142135141-
CMYK00.050.010.44
HSL308.57º3%54.31%-
HSV(B)308.57º4.93%55.69%-
XYZ24.632528.73-
YUV137.78129.82131.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.97%
GREEN value IS 135 (53.12% from 255) = 32.30%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=33.97%
G=32.30%
B=33.73%

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
Decimal14213514100.050.010.44308.57354.31
Hex8E878D0512C135336
Octal21620721505154465366
Binary1000111010000111100011010101110110010011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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