Smoke Hex Code — #738276
RGB, HSL, and CMYK values for Smoke.
Smoke Color Values
| Format | Value |
|---|---|
| HEX | #738276 |
| RGB | rgb(115, 130, 118) |
| HSL | hsl(132, 6%, 48%) |
| CMYK | cmyk(12%, 0%, 9%, 49%) |
Want to explore more shades? Use our Color Converter
About Smoke
Color psychology: Mystery, subtlety.
Smoke (#738276) is a medium shade of gray. It's commonly used in web design, graphic design, and branding where mystery, subtlety are desired associations.
How to Use Smoke in CSS
/* Using HEX */ color: #738276; background-color: #738276; /* Using RGB */ color: rgb(115, 130, 118); /* Using HSL */ color: hsl(132, 6%, 48%);