How safe is it to use rgba values for transparency everywhere?
Would it be 1) possible, and 2) relatively harmless for me to replace all grays on a website with 50% alpha black (via rgba values)? The reasoning being that a 50% black should mix better with most site bg colors than a solid neutral gray will. They would look identical on solid white, though.
Are rgba values that safe to use across the board, I guess is the question I'm really asking.

