I would use: box.SetFillColor(ROOT.kGray) This should work.
box.SetFillColor(ROOT.kGray)
Alternatively, try import TH1, kGray, ...
import TH1, kGray, ...