Today's Digital Newspaper

The Gazette

Weather Block Here



Legendary Broncos wide receiver Lionel Taylor dies just shy of 90th birthday

On Sept. 15, 2024, the Broncos brought legendary wide receiver Lionel Taylor back to Denver to see his Ring of Fame pillar for the first time. He called the visit “fantastic.”

On Saturday night at Empower Field at Mile High, the Broncos plan to remember Taylor during a preseason game against Arizona. Taylor died Aug. 6 at his home in Rio Rancho, N.M., at the age of 89 and the family revealed his passing Wednesday.

“That’s one of the greatest Broncos that ever lived and for him to be gone that is a loss to the Broncos family,’’ wide receiver Al Denson told The Denver Gazette after being informed of his former Broncos teammate’s death.

Taylor played for the Broncos from 1960-66, and in 1961 became the first player in pro football history to have a 100-catch season. He caught exactly 100 for 1,176 yards for the Broncos, who were then in the AFL, and all AFL statistics were absorbed by the NFL when the leagues merged in 1970.

Taylor, who would have turned 90 on Friday, broke into the NFL with the Chicago Bears as a linebacker in 1959 before joining the Broncos for their first season the following year. In his seven Denver seasons, he caught 543 passes for 6,872 yards and 44 touchdowns, and was a charter inductee to the Broncos Ring of Fame in 1984. He finished his career with the Houston Oilers from 1967-68, bringing his pro totals to 567 receptions for 7,195 yards and 45 touchdowns.

Taylor later was a pioneer in coaching, serving as the NFL’s first Black coordinator when he was the Los Angeles Rams offensive coordinator from 1980-81. Overall, he spent 14 seasons as an NFL assistant, which included also being Pittsburgh’s wide receivers coach from 1970-76, when he won two Super Bowl rings.

“He was a great player and he was a great coach,’’ said Taylor’s grandson, Lionel Lapham, 44. “It was an honor to be named after him. I remember him as a man who was always straight with you.”

Lapham said Taylor was in very poor health when admitted Dec. 20, 2024, to Presbyterian Rust Medical Center in Rio Rancho, which is outside of Albuquerque. He spent 69 days in the hospital with a urinary tract infection while also having heart issues and kidney failure. In a Dec. 30, 2024, interview with The Denver Gazette, Taylor said he was doing “not good.”

However, Lapham said Taylor’s health eventually got much better. In an interview with The Denver Gazette in May, Taylor said he was “hanging in there.”

“In December, three doctors wanted to put him in hospice care then but we didn’t, and he lived seven months after that,’’ Lapham said. “He just put up a fight.”

Lapham said Taylor was back in the hospital for six days in July with a staph infection, left briefly and then was in the hospital for two more weeks. He said he then went into hospice care for 15 days before dying at his home last week.

“His body just gave out,’’ Lapham said.

Lapham said Taylor will be cremated next week and the family expects to have a public service for him, likely later this month in the Albuquerque area.

Taylor was born Aug. 15, 1935 in Kansas City, Mo., but mostly grew up in rural West Virginia. He starred at New Mexico Highlands before entering the pro ranks.

Taylor joined the Broncos in the third game of their inaugural 1960 season and made an immediate impact. He had 76 or more catches in each of his first six seasons with Denver, and four times had more than 1,000 yards receiving.

Sign Up For Free:

let pathVariable;
let pathVariable2;

function handleUrlPathSegment() {

const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else if (fullPath.includes(‘outtherecolorado’)) {
pathVariable = ‘outtherecolorado’;
pathVariable2 = ‘Out There Colorado Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}

console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);

applyNewsletterName(pathVariable2);

return { pathVariable, pathVariable2 };
}

function applyNewsletterName(newsletterName) {

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {

updateNewsletterElement(newsletterName);
}
}

function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);

if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}

function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();

const timestamp = now.getTime();

console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);

return timestamp;
}

const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}

handleUrlPathSegment();
setupFormSubmitListener();

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;
}
}

Featured Local Savings

“He was a great competitor and he helped me out a lot as a rookie when I got there,’’ said Denson, who played for the Broncos from 1964-70 and was Taylor’s teammate his first three seasons. “He was instrumental in helping me become an All-Pro at the position. He was a wonderful person. He worked at 100%. Every day, he was the first one there and the last one there.”

Wide receiver Eric Crabtree, who played for the Broncos from 1966-68, was a rookie during Taylor’s final Denver season of 1966.

“Everybody respected Lionel,’’ Crabtree said. “When he said something, everybody listened. One thing he used to always say was, ‘If you can touch it, you can catch it.’ He kind of instilled that in us.”

Crabtree called Taylor’s statistics with the Broncos very impressive since teams didn’t throw as much then as they do now and the regular season was 14 games, three fewer than now.

“You look back at his statistics, and you wonder, ‘How did he do it?'” Crabtree said.

The 6-foot-2, 215-pound Taylor wasn’t fast but was known for his excellent hands and route running. When he was a Steelers assistant, he helped develop future Hall of Fame receivers Lynn Swann and John Stallworth.

Taylor spent five years with the Rams as wide receivers coach, with the last two also being offensive coordinator. In a 2023 interview with The Denver Gazette, Taylor shrugged off being regarded as a pioneer nine years before Art Shell became the NFL’s first modern Black head coach with the Los Angeles Raiders in 1989.

“We all need role models in life, and fortunately there was a Lionel Taylor there that I could look at it and say, ‘Yeah this is possible,’’’ Hall of Fame coach Tony Dungy, the first Black head coach to win a Super Bowl with Indianapolis in the 2006 season, told NFL Films last year.

Taylor’s coaching career lasted through 1998. He also was a head coach at Texas Southern and with the London Monarchs of the World League of American Football and an assistant with the Cleveland Browns and at Oregon State.

In the 2023 interview with The Denver Gazette, Taylor said he never had seen his Ring of Fame pillar at Empower Field. Although Taylor was enshrined in 1984, pillars of inductees weren’t put up until 2013.

In 2024, the Broncos brought Taylor to Denver to see his pillar and to be honored during a game against the Steelers. The visit was chronicled by NFL Films.

“That guy looks good,’’ Taylor told The Denver Gazette while looking then at his pillar. “He makes me look a lot better than I am.”

Taylor was accompanied on the visit by his wife of 67 years, Lorencita Taylor. He is survived by Lorencita, 87, and daughters Bunny Taylor of Rio Rancho and Loretta Taylor of Bothell, Wash.

Lorencita Taylor, Bunny Taylor and Lapham were with the legendary receiver when he died. Lapham is planning to be in Denver on Saturday when the Broncos have a remembrance of his grandfather.

131d444a-a110-4631-a227-66822e277f5d

View Original Article | Split View
Tags

PREV

PREVIOUS

Marcelo Balboa talks 30 years of Major League Soccer ahead of Rapids jersey retirement

Facebook Twitter WhatsApp SMS Email Print Copy article link Save Facebook Twitter WhatsApp SMS Email Print Copy article link Save COMMERCE CITY — The man who scored the first goal in Colorado Rapids’ club history will be the second to have his jersey number retired. Club legend and National Soccer Hall of Fame inductee Marcelo […]

NEXT

NEXT UP

Broncos' Joe Lombardi: Logjam at running back 'a good problem to have'

Facebook Twitter WhatsApp SMS Email Print Copy article link Save Facebook Twitter WhatsApp SMS Email Print Copy article link Save ENGLEWOOD – The Broncos have a logjam at running back, which is just fine with offensive coordinator Joe Lombardi. “It’s difficult, but it’s a good problem to have,’’ Lombardi said after a training camp practice […]