#8E848D

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

Shades of Taupe Grey #8E848D

Tints of Taupe Grey #8E848D

Color information

#8E848D (or 0x8E848D) is unknown color: approx Taupe Grey. HEX triplet: 8E, 84 and 8D. RGB value is (142,132,141). Sum of RGB (Red+Green+Blue) = 142+132+141=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 142 - color contains mainly: red. Hex color #8E848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E848D is #717B72. Grayscale: #878787. Windows color (decimal): -7437171 or 9274510. OLE color: 9274510.

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

Color convert

RGB142132141-
CMYK00.070.010.44
HSL306º4.24%53.73%-
HSV(B)306º7.04%55.69%-
XYZ24.2124.1828.59-
YUV136.02130.81132.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.22%
GREEN value IS 132 (51.95% from 255) = 31.81%
BLUE value IS 141 (55.47% from 255) = 33.98%
R=34.22%
G=31.81%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213214100.070.010.443064.2453.73
Hex8E848D0712C132436
Octal21620421507154462466
Binary10001110100001001000110101111101100100110010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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