Tick the permissions you want — no need to already know octal or symbolic notation. Already have a value and want it explained instead? Try the Unix Permissions Calculator.
000
---------
/tmp.curl -sS "https://devops.majbase.com/chmod-builder/api?owner=rwx&group=rx&other=rx"
Returns {"octal3": "755", "octal4": "0755", "symbolic": "rwxr-xr-x", "owner"/"group"/"other": {"value","symbolic","description"}, "special": {"setuid","setgid","sticky"}}. Each of owner/group/other is any subset of the letters r, w, x (or omit for none); add setuid=true, setgid=true, and/or sticky=true for the special bits.