#8D8982

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

Shades of Heathered Grey #8D8982

Tints of Heathered Grey #8D8982

Color information

#8D8982 (or 0x8D8982) is unknown color: approx Heathered Grey. HEX triplet: 8D, 89 and 82. RGB value is (141,137,130). Sum of RGB (Red+Green+Blue) = 141+137+130=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8982 is #72767D. Grayscale: #898989. Windows color (decimal): -7501438 or 8554893. OLE color: 8554893.

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

Color convert

RGB141137130-
CMYK00.030.080.45
HSL38.18º4.6%53.14%-
HSV(B)38.18º7.8%55.29%-
XYZ23.9625.1724.71-
YUV137.4123.83130.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.56%
GREEN value IS 137 (53.91% from 255) = 33.58%
BLUE value IS 130 (51.17% from 255) = 31.86%
R=34.56%
G=33.58%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113713000.030.080.4538.184.653.14
Hex8D89820382D26535
Octal21521120203105546565
Binary1000110110001001100000100111000101101100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,137,130); }

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

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

 a { background-color: rgb(141,137,130); }

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

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

 span { border-color: rgb(141,137,130); }

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