Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
You could try something like
myTextElement.fill = "{Ref '25% Gray' 100}"
,
myTextElement.fill = "{Ref '$ISO_BLACK' 25}"
or
myTextElement.fill = "{RGB 191 191 191}"