#8E887D

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

Shades of Heathered Grey #8E887D

Tints of Heathered Grey #8E887D

Color information

#8E887D (or 0x8E887D) is unknown color: approx Heathered Grey. HEX triplet: 8E, 88 and 7D. RGB value is (142,136,125). Sum of RGB (Red+Green+Blue) = 142+136+125=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 142 - color contains mainly: red. Hex color #8E887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E887D is #717782. Grayscale: #888888. Windows color (decimal): -7436163 or 8226958. OLE color: 8226958.

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

Color convert

RGB142136125-
CMYK00.040.120.44
HSL38.82º7%52.35%-
HSV(B)38.82º11.97%55.69%-
XYZ23.6624.8422.95-
YUV136.54121.49131.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.24%
GREEN value IS 136 (53.52% from 255) = 33.75%
BLUE value IS 125 (49.22% from 255) = 31.02%
R=35.24%
G=33.75%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213612500.040.120.4438.82752.35
Hex8E887D04C2C27734
Octal21621017504145447764
Binary1000111010001000111110101001100101100100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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