Pewter Hex Code — #8E8E8E
RGB, HSL, and CMYK values for Pewter.
Pewter Color Values
| Format | Value |
|---|---|
| HEX | #8E8E8E |
| RGB | rgb(142, 142, 142) |
| HSL | hsl(0, 0%, 56%) |
| CMYK | cmyk(0%, 0%, 0%, 44%) |
Want to explore more shades? Use our Color Converter
About Pewter
Color psychology: Durability, simplicity.
Pewter (#8E8E8E) is a medium shade of gray. It's commonly used in web design, graphic design, and branding where durability, simplicity are desired associations.
How to Use Pewter in CSS
/* Using HEX */ color: #8E8E8E; background-color: #8E8E8E; /* Using RGB */ color: rgb(142, 142, 142); /* Using HSL */ color: hsl(0, 0%, 56%);