0o7446
0o7446 is an octal numeral, written with the prefix 0o to indicate base-8 notation. In decimal, the value is 3878, and in hexadecimal it corresponds to 0xF26. The digits are interpreted as 7, 4, 4, 6, with the place values 8^3, 8^2, 8^1, and 8^0.
As an octal literal, 0o7446 commonly appears in computing contexts that use octal representations for permissions
In programming, the 0o prefix is used in several languages (for example Python, JavaScript in ES6, Ruby)
See also: octal numeral, base-8 numeral systems, Unix file permissions, octal literals in programming languages.