Where Peyton Manning ranks statistically in Broncos history:
BRONCOS CAREER
2nd in passing yards: 17,112
Manning sits behind only John Elway in passing yards in Broncos history, totaling 17,112 over four seasons in Denver. Elway finished with 51,475 in 16 seasons.
2nd in passing touchdowns: 140
Manning again is only behind Elway, who threw 300 touchdowns in his Broncos and NFL career.
2nd in quarterback record: 45-12-0
Elway has a 148-82-1 record in his career, meaning he had a 64% winning percentage, while Manning had a 79% winning percentage in his Broncos career.
2nd in completions: 1,443
Elway leads this category as well, completing 4,123 attempts to Manning’s 1,443.
1st in completion percentage: 66.5%
While Elway may have completed more passes, Manning had a higher completion percentage, completing 66.5% of passes (1,443 for 2,170).
1st in quarterback rating: 101.7
Your daily report on everything sports in Colorado – covering the Denver Broncos, Denver Nuggets, Colorado Avalanche, and columns from Woody Paige and Paul Klee.
Success! Thank you for subscribing to our newsletter.
function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);
nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}
function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}
function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;
result.innerText = “”;
if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}
function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=59&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});
}
#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/pp5%20signup%203.png);
background-size: cover;
}
#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: #ffffff;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}
#successnsltr a {
color: white;
}
.hideblock {
display:none;
}
h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}
@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/pp5%20signup%203.png);
background-size: cover;
}
}
Manning’s 101.7 quarterback rating is the highest of any Bronco who attempted more than 20 passes in their Denver career. Jay Cutler ranks second at 87.1
BRONCOS SINGLE SEASON
1st in passing yards: 5,477 (NFL record)
Manning holds the top three passing seasons in Broncos history, throwing for 5,477 yards in 2013, 4,727 in 2014 and 4,659 in 2012.
1st in passing touchdowns: 55 (NFL record)
Like passing yards, Manning also holds the top three seasons in passing touchdowns in Broncos history, throwing 55 in 2013, 39 in 2014 and 37 in 2012.
1st in completions: 450
Manning completed 450 passes out of 659 attempts in 2013 for a completion percentage of 68.3%.
1st in completion percentage: 68.6%
Manning’s 2012 completion of 68.6% in 2012 was the best of his Broncos career, completing 400 of his 583 passes.
1st in quarterback rating: 115.1
With a rating of 115.1 in 2013, Manning holds the Broncos’ record for highest quarterback rating in a single season.