#8E888B

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

Shades of Taupe Grey #8E888B

Tints of Taupe Grey #8E888B

Color information

#8E888B (or 0x8E888B) is unknown color: approx Taupe Grey. HEX triplet: 8E, 88 and 8B. RGB value is (142,136,139). Sum of RGB (Red+Green+Blue) = 142+136+139=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 142 - color contains mainly: red. Hex color #8E888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E888B is #717774. Grayscale: #8A8A8A. Windows color (decimal): -7436149 or 9144462. OLE color: 9144462.

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

Color convert

RGB142136139-
CMYK00.040.020.44
HSL330º2.59%54.51%-
HSV(B)330º4.23%55.69%-
XYZ24.6225.2228-
YUV138.14128.49130.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 136 (53.52% from 255) = 32.61%
BLUE value IS 139 (54.69% from 255) = 33.33%
R=34.05%
G=32.61%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213613900.040.020.443302.5954.51
Hex8E888B0422C14a337
Octal21621021304254512367
Binary10001110100010001000101101001010110010100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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