#8E878B

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

Shades of Taupe Grey #8E878B

Tints of Taupe Grey #8E878B

Color information

#8E878B (or 0x8E878B) is unknown color: approx Taupe Grey. HEX triplet: 8E, 87 and 8B. RGB value is (142,135,139). Sum of RGB (Red+Green+Blue) = 142+135+139=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 142 - color contains mainly: red. Hex color #8E878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E878B is #717874. Grayscale: #898989. Windows color (decimal): -7436405 or 9144206. OLE color: 9144206.

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

Color convert

RGB142135139-
CMYK00.050.020.44
HSL325.71º3%54.31%-
HSV(B)325.71º4.93%55.69%-
XYZ24.4824.9427.95-
YUV137.55128.82131.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.13%
GREEN value IS 135 (53.12% from 255) = 32.45%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=34.13%
G=32.45%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213513900.050.020.44325.71354.31
Hex8E878B0522C146336
Octal21620721305254506366
Binary10001110100001111000101101011010110010100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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