#8E8B85

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

Shades of Heathered Grey #8E8B85

Tints of Heathered Grey #8E8B85

Color information

#8E8B85 (or 0x8E8B85) is unknown color: approx Heathered Grey. HEX triplet: 8E, 8B and 85. RGB value is (142,139,133). Sum of RGB (Red+Green+Blue) = 142+139+133=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8B85 is #71747A. Grayscale: #8B8B8B. Windows color (decimal): -7435387 or 8752014. OLE color: 8752014.

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

Color convert

RGB142139133-
CMYK00.020.060.44
HSL40º3.83%53.92%-
HSV(B)40º6.34%55.69%-
XYZ24.6225.9125.89-
YUV139.21124.49129.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.30%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 133 (52.34% from 255) = 32.13%
R=34.30%
G=33.57%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213913300.020.060.44403.8353.92
Hex8E8B850262C28436
Octal2162132050265450466
Binary100011101000101110000101010110101100101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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