#8D9C8F

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

Shades of Pewter #8D9C8F

Tints of Pewter #8D9C8F

Color information

#8D9C8F (or 0x8D9C8F) is unknown color: approx Pewter. HEX triplet: 8D, 9C and 8F. RGB value is (141,156,143). Sum of RGB (Red+Green+Blue) = 141+156+143=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 156 - color contains mainly: green. Hex color #8D9C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9C8F is #726370. Grayscale: #969696. Windows color (decimal): -7496561 or 9411725. OLE color: 9411725.

HSL color Cylindrical-coordinate representation of color #8D9C8F: hue angle of 128º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8D9C8F is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB141156143-
CMYK0.1000.080.39
HSL128º7.04%58.24%-
HSV(B)128º9.62%61.18%-
XYZ27.8331.4230.58-
YUV150.03124.03121.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.05%
GREEN value IS 156 (61.33% from 255) = 35.45%
BLUE value IS 143 (56.25% from 255) = 32.5%
R=32.05%
G=35.45%
B=32.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411561430.1000.080.391287.0458.24
Hex8D9C8FA08278073a
Octal2152342171201047200772
Binary10001101100111001000111110100100010011110000000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,156,143); }

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

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

 a { background-color: rgb(141,156,143); }

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

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

 span { border-color: rgb(141,156,143); }

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