#8C998C

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

Shades of Pewter #8C998C

Tints of Pewter #8C998C

Color information

#8C998C (or 0x8C998C) is unknown color: approx Pewter. HEX triplet: 8C, 99 and 8C. RGB value is (140,153,140). Sum of RGB (Red+Green+Blue) = 140+153+140=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 153 - color contains mainly: green. Hex color #8C998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C998C is #736673. Grayscale: #939393. Windows color (decimal): -7562868 or 9214348. OLE color: 9214348.

HSL color Cylindrical-coordinate representation of color #8C998C: hue angle of 120º 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 #8C998C is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB140153140-
CMYK0.0800.080.4
HSL120º5.99%57.45%-
HSV(B)120º8.5%60%-
XYZ26.9430.2529.23-
YUV147.63123.69122.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.33%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 140 (55.08% from 255) = 32.33%
R=32.33%
G=35.33%
B=32.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1401531400.0800.080.41205.9957.45
Hex8C998C8082878639
Octal2142312141001050170671
Binary1000110010011001100011001000010001010001111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,153,140); }

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

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

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

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

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

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

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