ASRock Radeon RX7600 Challenger 8G OC GDDR6 128-BIT Graphics Card - ASRock | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
ASRock

ASRock Radeon RX7600 Challenger 8G OC GDDR6 128-BIT Graphics Card

SKU: RX7600CHALLENGER8GOC
R 6 629.00 R 6 999.00
You save R 370.00 (5%)
In Stock
You save R 370.00 (5% off)

Experience unprecedented performance, visuals, and efficiency for gaming and streaming in 1080p with the ASRock AMD Radeon™ RX 7600 Challenger Graphics Card, powered by RDNA™ 3 architecture. Immerse yourself in breathtaking visuals with the pinpoint colour accuracy of AMD Radiance Display™...

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

Experience unprecedented performance, visuals, and efficiency for gaming and streaming in 1080p with the ASRock AMD Radeon™ RX 7600 Challenger Graphics Card, powered by RDNA™ 3 architecture. Immerse yourself in breathtaking visuals with the pinpoint colour accuracy of AMD Radiance Display™ Engine and boost frame rates with AMD FidelityFX™ Super Resolution and Radeon™ Super Resolution upscaling technologies. Combine AMD Radeon™ RX 7000 Series graphics card with a compatible AMD Ryzen™ processor to activate AMD smart technologies to unlock even more performance.

AMD Radeon™ RX 7600 graphics cards set a new level of performance for gamers and streamers alike. The RX 7600 features unified AMD RDNA™ 3 compute units, and blazing fast clock speeds, to enable advanced high refresh rate gaming performance at 1080p. Discover new levels of fidelity and ultra-fast gameplay with High-Performance Rendering, a combination of compute-based AMD FideltyFX™ features and upscaling technologies, to deliver world-class visuals with remarkable performance.

The ASRock AMD Radeon RX 7600 allows you to further immerse yourself, thanks to its AMD Radiance Display™ Engine and DisplayPort™ 2.14 technology to experience up to 68 billion colours for video playback at up to 8K. Now you can also deliver an enhanced visual quality to your audience when streaming and recording using the improved encoders, together with integrated AI and content-adaptive machine learning technology to enable better-looking and crisper visuals when streaming.

Its dual fan design provides strong cooling performance allowing your gaming rig to stay cool under pressure. ASRock’s custom striped axial fan delivers enhanced airflow to optimize cooling from the stripe structure on each fan blade and the polishing surface on the bottom side. It’s optimized for delivering an excellent gaming experience thanks to its stylish and streamlined design. To help further with cooling and stability it also comes with premium thermal pads attached to a solid back plate to avoid bending.

FEATURES:

  • Boost Clock: Up to 2695MHz / 18Gbps
  • Game Clock: Up to 2280MHz / 18Gbps
  • Base Clock: 1770MHz / 18Gbps
  • 8GB GDDR6
  • AMD RDNA™ 3 Architecture
  • PCI® Express 4.0 Support
  • Dual-Fan Design
  • Striped Axial Fan
  • Ultra-fit Heatpipe
  • Stylish Metal Backplate

SPECIFICATIONS:

  • Graphics Engine: AMD Radeon™ RX 7600
  • Bus Standard: PCI® Express 4.0
  • DirectX: 12 Ultimate
  • OpenGL: 4.6
  • Memory: 8GB GDDR6
  • Engine Clock:
    • Boost Clock: Up to 2695MHz
    • Game Clock: Up to 2280MHz
    • Base Clock: 1770MHz
  • Stream Processors: 2048
  • Memory Clock: 18Gbps
  • Memory Interface: 128-bit
  • Resolution: Digital Max Resolution: 7680 x 4320
  • Interface: 1 x HDMI™ 2.1 VRR, 3 x DisplayPort™ 1.4 with DSC
  • HDCP: Yes
  • Multi-view: 4
  • Recommended PSU: 550W
  • Power Connector: 1 x 8-pin
  • Product Dimensions: 26.9 x 13.2 x 4.1 cm
  • Product Weight: 640g

WHAT'S IN THE BOX:

  • AMD Radeon RX 7600 Challenger 8GB OC Graphics Card x1
  • Quick Installation Guide x1
Brand ASRock
Colour Black
Form Factor -
Interface PCI Express® Gen 4.0
Capacity -
Memory Capacity 8GB
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 36 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

-6%
ASRock Radeon RX 9060 XT Challenger 16GB OC Graphics Card (RDNA™ 4, PCIe 5.0)
ASRock

ASRock Radeon RX 9060 XT Challenger 16GB OC Graphics Card (RDNA™ 4, PCIe 5.0)

R 10 829.00 R 11 499.00

Save R 670.00

In Stock

-7%
ASRock Radeon RX9070 XT Challenger 16G Graphics Card
ASRock

ASRock Radeon RX9070 XT Challenger 16G Graphics Card

R 17 589.00 R 18 999.00

Save R 1 410.00

In Stock

Asus Dual Radeon RX 9060 XT 16GB GDDR6 Graphics Card
ASUS

Asus Dual Radeon RX 9060 XT 16GB GDDR6 Graphics Card

R 11 799.00

In Stock

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!