Polycount and performance

You have to consider the complexity of the entire camera view to estimate if it is too much or not. Also how large are the characters on the screen.

For comparison one Overwatch character uses about 30.000 tris and another 10.000 - 15.000 for a weapon and they can fill almost the entire screen space.

If you have 75.000 (quad) polys that would be about 150.000 tris and if the materials are complex and you use more dynamic lights it can get really high really fast even with just a few characters on the screen at a time.

You might want to aim at less than 50.000 tris per character to target a wider range of hardware. It should be possible to make a very nice character with that kind of budget.