document.addEventListener('DOMContentLoaded', function() { const tables = document.querySelectorAll('table'); tables.forEach(table => { const elements = table.querySelectorAll('*'); elements.forEach(element => { const bgcolor = element.getAttribute('bgcolor'); if (bgcolor) { // Convert bgcolor to RGB const r = parseInt(bgcolor.slice(1,3), 16); const g = parseInt(bgcolor.slice(3,5), 16); const b = parseInt(bgcolor.slice(5,7), 16); // Calculate luminance const luminance = (0.299 * r + 0.587 * g + 0.114 * b) / 255; // Find all spans within this element const spans = element.querySelectorAll('span'); spans.forEach(span => { // Set text color based on background luminance span.style.color = luminance > 0.5 ? '#000000' : '#FFFFFF'; }); } }); }); });

Bulkhead Fitting w/ Washer

HnF SKU A (inch) B (inch) Length (inch)
HF207ACBHS-02-02 1/8-27 5/8-18 15/16
HF207ACBH-02-02 1/8-27 5/8-18 1-1/2
HF207ACBHS-04-04 1/4-18 3/4-16 15/16
HF207ACBH-04-04 1/4-18 3/4-16 1-1/2
HF207ACBH-06-06 3/8-18 1-14 1-5/16
HF207ACBH-08-08 1/2-14 1 1/8-14 1-1/2
HF207ACBH-12-12 3/4-14 1 5/16-12 1-1/2
HF207ACBH-16-16 1-11 1/2 1 5/8-14 1-11/16
  HF207ACBH-Dimensions-200 Buy Here

HoseandFitings.Com Logo

Copyright © 2024. All Rights Reserved.