#8C988B

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

Shades of Pewter #8C988B

Tints of Pewter #8C988B

Color information

#8C988B (or 0x8C988B) is unknown color: approx Pewter. HEX triplet: 8C, 98 and 8B. RGB value is (140,152,139). Sum of RGB (Red+Green+Blue) = 140+152+139=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 152 - color contains mainly: green. Hex color #8C988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C988B is #736774. Grayscale: #929292. Windows color (decimal): -7563125 or 9148556. OLE color: 9148556.

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

Color convert

RGB140152139-
CMYK0.0800.090.40
HSL115.38º5.94%57.06%-
HSV(B)115.38º8.55%59.61%-
XYZ26.729.928.79-
YUV146.93123.52123.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.48%
GREEN value IS 152 (59.77% from 255) = 35.27%
BLUE value IS 139 (54.69% from 255) = 32.25%
R=32.48%
G=35.27%
B=32.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1401521390.0800.090.40115.385.9457.06
Hex8C988B8092873639
Octal2142302131001150163671
Binary1000110010011000100010111000010011010001110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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