Color names in python

I would use:
box.SetFillColor(ROOT.kGray)
This should work.

Alternatively, try import TH1, kGray, ...