#8D887D

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

Shades of Heathered Grey #8D887D

Tints of Heathered Grey #8D887D

Color information

#8D887D (or 0x8D887D) is unknown color: approx Heathered Grey. HEX triplet: 8D, 88 and 7D. RGB value is (141,136,125). Sum of RGB (Red+Green+Blue) = 141+136+125=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 141 - color contains mainly: red. Hex color #8D887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D887D is #727782. Grayscale: #888888. Windows color (decimal): -7501699 or 8226957. OLE color: 8226957.

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

Color convert

RGB141136125-
CMYK00.040.110.45
HSL41.25º6.56%52.16%-
HSV(B)41.25º11.35%55.29%-
XYZ23.4924.7522.94-
YUV136.24121.66131.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.07%
GREEN value IS 136 (53.52% from 255) = 33.83%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=35.07%
G=33.83%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113612500.040.110.4541.256.5652.16
Hex8D887D04B2D29734
Octal21521017504135551764
Binary1000110110001000111110101001011101101101001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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