#8E858A

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

Shades of Taupe Grey #8E858A

Tints of Taupe Grey #8E858A

Color information

#8E858A (or 0x8E858A) is unknown color: approx Taupe Grey. HEX triplet: 8E, 85 and 8A. RGB value is (142,133,138). Sum of RGB (Red+Green+Blue) = 142+133+138=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 142 - color contains mainly: red. Hex color #8E858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E858A is #717A75. Grayscale: #888888. Windows color (decimal): -7436918 or 9078158. OLE color: 9078158.

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

Color convert

RGB142133138-
CMYK00.060.030.44
HSL326.67º3.83%53.92%-
HSV(B)326.67º6.34%55.69%-
XYZ24.1324.3627.48-
YUV136.26128.98132.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.38%
GREEN value IS 133 (52.34% from 255) = 32.20%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=34.38%
G=32.20%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213313800.060.030.44326.673.8353.92
Hex8E858A0632C147436
Octal21620521206354507466
Binary100011101000010110001010011011101100101000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,133,138); }

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

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

 a { background-color: rgb(142,133,138); }

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

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

 span { border-color: rgb(142,133,138); }

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