This post seems to contain the answer: Updates to Color Management in three.js r152
I applied texture.colorSpace = THREE.SRGBColorSpace
and it seems it solves the issue.
I didn’t convert all textures yet to verify but the ones that I converted look normal now.
So, it seems to be solved, thank you for your help!