#8E8088

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

Shades of Taupe Grey #8E8088

Tints of Taupe Grey #8E8088

Color information

#8E8088 (or 0x8E8088) is unknown color: approx Taupe Grey. HEX triplet: 8E, 80 and 88. RGB value is (142,128,136). Sum of RGB (Red+Green+Blue) = 142+128+136=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8088 is #717F77. Grayscale: #858585. Windows color (decimal): -7438200 or 8945806. OLE color: 8945806.

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

Color convert

RGB142128136-
CMYK00.100.040.44
HSL325.71º5.83%52.94%-
HSV(B)325.71º9.86%55.69%-
XYZ23.3222.9726.5-
YUV133.1129.64134.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.98%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=34.98%
G=31.53%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212813600.100.040.44325.715.8352.94
Hex8E80880A42C146635
Octal216200210012454506665
Binary10001110100000001000100001010100101100101000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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