I'd like to know the hex codes for 100 neutral greys between #000000 and #FFFFFF (or 0x000000 and 0xFFFFFF), and I was wondering if there is an easy way to script this.
Essentially it would look kind of like this: 0xbdbdbd, 0xbababa, 0xb5b5b5, etc. but evenly divided into 100 incremental shades (if that makes sense). Thanks in advance for your help.