SKU: T776-1

Johnelle - Rectangular Cocktail Table - Gray

$53999 USD $67999


Delivery and Shipping

At this time we are only able to offer delivery in the Southwest Missouri and Northwest Arkansas area.

Homey. Hearty. Heavenly hued. Luring with a distressed weathered gray finish and square baluster legs set on a broad lower shelf for great presence, this coffee table is sure to make your homestead feel that much more like home. The look is beautified with elm veneers and a framed and plank-effect tabletop for a richly crafted masterpiece made for years of satisfaction.

Additional Dimensions
  • Opening: 0"


Product Features
  • Made of elm veneers, wood and engineered wood, with cast polyurethane components
  • Weathered gray finish
  • Plank-look framed tabletop
  • Assembly required


Johnelle - Rectangular Cocktail Table - Gray
54.0"W x 40.0"D x 17.75"H - 118.0 lb
// Save scroll position before leaving page document.addEventListener('DOMContentLoaded', function() { // Save scroll position when clicking product links const productLinks = document.querySelectorAll('a[href*="/products/"]'); productLinks.forEach(link => { link.addEventListener('click', function() { sessionStorage.setItem('scrollPosition', window.scrollY); sessionStorage.setItem('scrollPage', window.location.href); }); }); // Restore scroll position when returning if (sessionStorage.getItem('scrollPage') === window.location.href) { const savedPosition = sessionStorage.getItem('scrollPosition'); if (savedPosition) { window.scrollTo(0, parseInt(savedPosition)); sessionStorage.removeItem('scrollPosition'); sessionStorage.removeItem('scrollPage'); } } });