#8E897E

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

Shades of Heathered Grey #8E897E

Tints of Heathered Grey #8E897E

Color information

#8E897E (or 0x8E897E) is unknown color: approx Heathered Grey. HEX triplet: 8E, 89 and 7E. RGB value is (142,137,126). Sum of RGB (Red+Green+Blue) = 142+137+126=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 142 - color contains mainly: red. Hex color #8E897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E897E is #717681. Grayscale: #898989. Windows color (decimal): -7435906 or 8292750. OLE color: 8292750.

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

Color convert

RGB142137126-
CMYK00.040.110.44
HSL41.25º6.61%52.55%-
HSV(B)41.25º11.27%55.69%-
XYZ23.8725.1523.33-
YUV137.24121.66131.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.06%
GREEN value IS 137 (53.91% from 255) = 33.83%
BLUE value IS 126 (49.61% from 255) = 31.11%
R=35.06%
G=33.83%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213712600.040.110.4441.256.6152.55
Hex8E897E04B2C29735
Octal21621117604135451765
Binary1000111010001001111111001001011101100101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,137,126); }

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

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

 a { background-color: rgb(142,137,126); }

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

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

 span { border-color: rgb(142,137,126); }

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