#8D8880

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

Shades of Heathered Grey #8D8880

Tints of Heathered Grey #8D8880

Color information

#8D8880 (or 0x8D8880) is unknown color: approx Heathered Grey. HEX triplet: 8D, 88 and 80. RGB value is (141,136,128). Sum of RGB (Red+Green+Blue) = 141+136+128=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8880 is #72777F. Grayscale: #888888. Windows color (decimal): -7501696 or 8423565. OLE color: 8423565.

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

Color convert

RGB141136128-
CMYK00.040.090.45
HSL36.92º5.39%52.75%-
HSV(B)36.92º9.22%55.29%-
XYZ23.6824.8323.97-
YUV136.58123.16131.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.81%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 128 (50.39% from 255) = 31.60%
R=34.81%
G=33.58%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113612800.040.090.4536.925.3952.75
Hex8D88800492D25535
Octal21521020004115545565
Binary10001101100010001000000001001001101101100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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