Is it possible to get "find -exec" expand backticks for each file found?

Here's a command that works fine: echo Blah: `stat -c %a .` Is it possible to get find -exec to execute this same thing for every file found, with {} in place of .?