#8C8985

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

Shades of Heathered Grey #8C8985

Tints of Heathered Grey #8C8985

Color information

#8C8985 (or 0x8C8985) is unknown color: approx Heathered Grey. HEX triplet: 8C, 89 and 85. RGB value is (140,137,133). Sum of RGB (Red+Green+Blue) = 140+137+133=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8985 is #73767A. Grayscale: #898989. Windows color (decimal): -7566971 or 8751500. OLE color: 8751500.

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

Color convert

RGB140137133-
CMYK00.020.050.45
HSL34.29º2.95%53.53%-
HSV(B)34.29º5%54.9%-
XYZ23.9925.1625.78-
YUV137.44125.49129.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.15%
GREEN value IS 137 (53.91% from 255) = 33.41%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=34.15%
G=33.41%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013713300.020.050.4534.292.9553.53
Hex8C89850252D22336
Octal2142112050255542366
Binary10001100100010011000010101010110110110001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,137,133); }

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

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

 a { background-color: rgb(140,137,133); }

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

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

 span { border-color: rgb(140,137,133); }

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