#8E858D

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

Shades of Taupe Grey #8E858D

Tints of Taupe Grey #8E858D

Color information

#8E858D (or 0x8E858D) is unknown color: approx Taupe Grey. HEX triplet: 8E, 85 and 8D. RGB value is (142,133,141). Sum of RGB (Red+Green+Blue) = 142+133+141=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 142 - color contains mainly: red. Hex color #8E858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E858D is #717A72. Grayscale: #888888. Windows color (decimal): -7436915 or 9274766. OLE color: 9274766.

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

Color convert

RGB142133141-
CMYK00.060.010.44
HSL306.67º3.83%53.92%-
HSV(B)306.67º6.34%55.69%-
XYZ24.3524.4528.64-
YUV136.6130.48131.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.13%
GREEN value IS 133 (52.34% from 255) = 31.97%
BLUE value IS 141 (55.47% from 255) = 33.89%
R=34.13%
G=31.97%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213314100.060.010.44306.673.8353.92
Hex8E858D0612C133436
Octal21620521506154463466
Binary10001110100001011000110101101101100100110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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