Smoke color: code #738276

Smoke

#738276

Color codes

  • HEX#738276
  • RGBrgb(115, 130, 118)
  • HSLhsl(132, 6%, 48%)
  • HSVhsv(132, 12%, 51%)
  • CMYKcmyk(12%, 0%, 9%, 49%)
  • LABlab(52.9% -8 4.6)
  • OKLCHoklch(59.1% 0.025 151.4)

About the color Smoke

Smoke has the HEX code #738276, which corresponds to rgb(115, 130, 118) in the RGB model. On the color wheel its hue sits at 132°, with 6% saturation and 48% lightness (hsl(132, 6%, 48%)).

With very low saturation (or extreme lightness) it works as a neutral, easy to pair with almost any other color.

As a background it calls for dark text: black reaches a 5.18:1 contrast ratio on it, versus 4.05:1 for white.

For print, the approximate conversion is cmyk(12%, 0%, 9%, 49%). Always confirm with your printer’s color profile, because the result depends on paper and ink.

Lighter tints

Darker shades

Color combinations with Smoke

Complementary

#738276 · #82737F

Analogous

#778273 · #738276 · #73827D

Triadic

#738276 · #767382 · #827673

Tetradic

#738276 · #737782 · #82737F · #827D73

Split-complementary

#738276 · #7D7382 · #827377

Monochromatic

#373E39 · #5B675D · #738276 · #9BA69D · #C4CAC5

Smoke with white and black text

White text Aa Bb Cc 123
4.05:1 · large text only
Black text Aa Bb Cc 123
5.18:1 · AA

Test other pairs in the contrast checker

How to use it in CSS

:root {
  --color-smoke: #738276;
  --color-smoke-rgb: 115, 130, 118;
}

.elemento {
  background-color: var(--color-smoke);
  color: #000000;
}