Thank you ALL! It's not often I need to jump in for help ( Not that I'm that brilliant, just that you folks have answered my questions before I need it [or maybe I am that brilliant to follow this thread] ), but this is just what the doctor ordered.
I've also made note of the rest of the comments/suggestions for the future!!! Thanks all!!! Best, Francis I. Coppage, Jr. -- "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe." ... Albert Einstein -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Ed Leafe Sent: Monday, November 28, 2011 5:22 PM To: [email protected] Subject: Re: RGB for Tan On Nov 28, 2011, at 2:26 PM, Francis I. Coppage, Jr. wrote: > I have a client that doesn't like my bland grey/silver background. > > They have seen and want what amounts to a TAN. > > I've seen it in some VB apps but have nothing that I can get the > coding from. > > Any help out there? Dabo to the rescue! >>> import dabo >>> print dabo.dColors.colorTupleFromName("tan") (210, 180, 140) You can also look at the ColorExamples page of our wiki to see all the common colors, along with their RGB tuples and hex codes: http://wiki.dabodev.com/ColorExamples -- Ed Leafe [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/006401ccaebf$67e99690$37bcc3b0$@net ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

