I think 0755 is normal for directories.
It should correspond to:
drwxr-xr-x
EDIT:
The conversion is pretty simple.
Remember the relations:
1 -> execute
2 -> write
4 -> read
Then add (or bitwise AND, depending on how you look at it) as necessary.
So -rx corresponds to 1+2=3