#8D988C

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

Shades of Pewter #8D988C

Tints of Pewter #8D988C

Color information

#8D988C (or 0x8D988C) is unknown color: approx Pewter. HEX triplet: 8D, 98 and 8C. RGB value is (141,152,140). Sum of RGB (Red+Green+Blue) = 141+152+140=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 152 - color contains mainly: green. Hex color #8D988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D988C is #726773. Grayscale: #939393. Windows color (decimal): -7497588 or 9214093. OLE color: 9214093.

HSL color Cylindrical-coordinate representation of color #8D988C: hue angle of 115º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8D988C is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB141152140-
CMYK0.0700.080.40
HSL115º5.5%57.25%-
HSV(B)115º7.89%59.61%-
XYZ26.9530.0129.18-
YUV147.34123.86123.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.56%
GREEN value IS 152 (59.77% from 255) = 35.10%
BLUE value IS 140 (55.08% from 255) = 32.33%
R=32.56%
G=35.10%
B=32.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1411521400.0700.080.401155.557.25
Hex8D988C7082873639
Octal215230214701050163671
Binary100011011001100010001100111010001010001110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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