#8E818C

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

Shades of Taupe Grey #8E818C

Tints of Taupe Grey #8E818C

Color information

#8E818C (or 0x8E818C) is unknown color: approx Taupe Grey. HEX triplet: 8E, 81 and 8C. RGB value is (142,129,140). Sum of RGB (Red+Green+Blue) = 142+129+140=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 142 - color contains mainly: red. Hex color #8E818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E818C is #717E73. Grayscale: #868686. Windows color (decimal): -7437940 or 9208206. OLE color: 9208206.

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

Color convert

RGB142129140-
CMYK00.090.010.44
HSL309.23º5.44%53.14%-
HSV(B)309.23º9.15%55.69%-
XYZ23.7423.3428.07-
YUV134.14131.31133.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.55%
GREEN value IS 129 (50.78% from 255) = 31.39%
BLUE value IS 140 (55.08% from 255) = 34.06%
R=34.55%
G=31.39%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212914000.090.010.44309.235.4453.14
Hex8E818C0912C135535
Octal216201214011154465565
Binary100011101000000110001100010011101100100110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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