#8D9D8C

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

Shades of Pewter #8D9D8C

Tints of Pewter #8D9D8C

Color information

#8D9D8C (or 0x8D9D8C) is unknown color: approx Pewter. HEX triplet: 8D, 9D and 8C. RGB value is (141,157,140). Sum of RGB (Red+Green+Blue) = 141+157+140=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 157 - color contains mainly: green. Hex color #8D9D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9D8C is #726273. Grayscale: #969696. Windows color (decimal): -7496308 or 9215373. OLE color: 9215373.

HSL color Cylindrical-coordinate representation of color #8D9D8C: hue angle of 116.47º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D9D8C is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB141157140-
CMYK0.1000.110.38
HSL116.47º7.98%58.24%-
HSV(B)116.47º10.83%61.57%-
XYZ27.7831.6729.46-
YUV150.28122.2121.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.19%
GREEN value IS 157 (61.72% from 255) = 35.84%
BLUE value IS 140 (55.08% from 255) = 31.96%
R=32.19%
G=35.84%
B=31.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1411571400.1000.110.38116.477.9858.24
Hex8D9D8CA0B267483a
Octal21523521412013461641072
Binary10001101100111011000110010100101110011011101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,157,140); }

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

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

 a { background-color: rgb(141,157,140); }

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

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

 span { border-color: rgb(141,157,140); }

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