Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RGB values to hexidecimal?

Status
Not open for further replies.

ChrisQuick

Programmer
Oct 4, 1999
144
US
I have some images drawn by another person whose background colors I need to try and match. Is there a program or website that I can put in the RGB values and get back the hexideciaml values? Or is there a way to use the RGB values directly for TD tag background colors directly?

Thanks chrisquick@aol.com
Geographic Information System (GIS), ASP, some Oracle
 
microsoft calculator will convert decimal to hex... just expand it to scientific mode, and you'll see a little hex button adam@aauser.com
 
using css (at least in IE):

<div style=&quot;background-color:rgb(60,60,60)&quot;>dsssssssssssdsdas</div> jared@aauser.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top