Skip to content

Instantly share code, notes, and snippets.

@erochest
Created June 27, 2014 17:22
Show Gist options
  • Save erochest/945a2387769f0e032ffb to your computer and use it in GitHub Desktop.
Save erochest/945a2387769f0e032ffb to your computer and use it in GitHub Desktop.
(r, g, b, _) = (13.1, 42.7, 123.456, 'a')
print('<div style="background-color: rgb({0:.0f}, {1:.0f}, {2:.0f});">'.format(r, g, b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment