well, Im learning a bit... The whole idea is .. output a large text blog from MySQL
using browser safe colors. Originally, if only using grey it would be much simpler.
but with your direction, Ive seen some examples, that maybe I can go with all 216 colors.
However, with just grey's, I would use the online tool # times, then use
$txt = str_replace ("61", "63", $txt);
$txt = str_replace ("62", "63", $txt);
.I think that would work well enough