Grayscale Image
Turn any color photo grayscale in your browser. Drag the intensity slider for a full or partial desaturation, watch the live preview, and download. Nothing is uploaded.
- Free, no account
- No watermark
- No usage limit
About the Grayscale Image
Every free grayscale tool online works like a switch, color or no color. You click one button, get a single fixed gray, and never get a say in how it got there. This one hands you the two controls those tools bury: how far to push the effect, from full gray down to a faded half-color wash, and which formula actually does the graying. Turning an image gray isn't one operation, and a tool that pretends it is gives you one result whether or not it suits your photo. Pick a file, it goes gray in the preview instantly, tweak, and download. Nothing uploads, the image never leaves your device, and the file keeps the exact resolution you put in.
How to use
- Choose an image. Click the box or drag a PNG, JPG, WebP, or GIF straight onto it. The tool reads the real pixel size and shows it. A 40 MB cap keeps a huge file from locking up your tab.
- Pick a method, if you care to. Three buttons: Rec. 601 (the classic default), Rec. 709 (the HDTV weighting, a touch greener), and Average. Leave it on 601 for a normal photo, that's what "grayscale" almost always means. When the others matter is below.
- Set the desaturation. The slider runs 0 to 100 percent. 100 is fully gray. Drag it down and the original colors fade back in, muted. The preview redraws as you move it.
- Download. The gray image saves straight to your device, keeping your original format where the browser can re-encode it and dropping to a clean PNG where it can't. To start over, hit Clear or slide desaturation back to zero. Nothing is committed until you download.
The desaturation slider is the whole point
This is the control the tool exists for. A basic grayscale filter is all-or-nothing, color or gray. The slider blends between those ends, so you can stop anywhere along the way. At 100 percent you get true grayscale, at 0 your untouched original. Everything in between is a partial desaturation, the colors still present but drained toward gray without disappearing.
That middle range does real work. Around 60 to 70 percent a photo takes on a soft, almost vintage feel, color still there but quiet. It's a muted look, ideal for a background that shouldn't fight the text on top. A batch of photos with clashing colors will sit together if you drop them all to the same desaturation. Push near 100 for a barely-there tint, or drop to 20 or 30 to take the edge off a shot that came out too loud. None of that is reachable with a plain convert-to-grayscale button, it only knows the two extremes.
Green counts more than red or blue
The second thing most tools decide for you, silently, is the formula. To collapse a colored pixel to one gray you could just add its red, green, and blue and divide by three. That's the Average button, and it looks subtly wrong, which is exactly why it's included.
Your eyes aren't equally sensitive to every color. You've got far more receptors tuned to green than to red or blue, so green reads brighter to you at the same measured intensity. Average the three channels flatly and you throw that away, greens come out too dark, reds and blues too light, and the whole image sits a little off.
Weighted luminance is the fix. It scales each channel by how much it contributes to perceived brightness. The classic formula, from the old NTSC television standard (Rec. 601), is:
gray = 0.299 × R + 0.587 × G + 0.114 × B
Green gets more than half the vote, red about a third, blue barely 0.11. That's not arbitrary, it tracks how the eye actually works. Bright yellow comes out light, deep blue comes out dark, and both match how those colors feel in real life.
601 is the default because it's the near-universal meaning of grayscale. Rec. 709 (0.2126 × R + 0.7152 × G + 0.0722 × B) is the modern HDTV and sRGB weighting, green heavier still. On most photos the gap is small but genuinely there, flip between them and watch skin tones and greens move. For a casual snapshot the difference barely registers, but it matters when brightness is doing a job, a chart where two colors must stay distinct once the hue is gone, or a logo that has to read in one ink, so keep whichever formula holds your tones apart. Average is there so you can see the mistake, flip to it and watch the greens go muddy.
The jobs people reach for this
A couple of the real ones, because they want different settings. Single-ink print is the classic. A newsletter that prints in black only gets its photos converted to gray by the printer regardless, so doing it yourself first lets you catch where two colors collapse into one flat gray and fix it before it's on paper. E-ink readers are the same, a Kindle can't show color, and picking the right weighting beats its crude built-in conversion.
Your image never leaves your device
Most online grayscale sites do the one thing I'd never want with my own files: they upload your photo, convert it on their server, and send it back. The files people feed a grayscale tool tend to be personal, a scanned document, a family photo bound for print, a private screenshot. Handing that to a random server is a strange trade. Here the bytes stay put, no upload log, no copy on someone else's disk, no "we keep uploaded files for 24 hours" line in a policy nobody reads.
EXIF metadata is the other reason. A photo straight off a phone usually carries it, the camera, the timestamp, sometimes the GPS coordinates of where you stood. Upload the file and you hand all of that over too. Convert it here and none of it goes anywhere. Want proof? Open your browser's network tab and convert an image, not a single request fires. Or switch your Wi-Fi off and it still works.
Frequently asked questions
What image formats can I load, and what comes back?
Load a PNG, JPG/JPEG, WebP, or GIF. The download holds onto your original format wherever the browser can re-encode it, so a JPG stays a JPG and a WebP stays a WebP. GIF and BMP are the exception, browsers read them but can't reliably write them back, so those come out as PNG. Either way the output matches the source resolution exactly.
Why did my GIF download as a PNG?
Because a browser can decode a GIF but not always re-encode one, and rather than hand you a broken file the tool falls back to PNG. For a single still image that's usually an upgrade, PNG is lossless where GIF caps you at 256 colors. The one thing PNG won't carry over is animation, only the frame you converted gets saved. A grayscale animated GIF is a different job than this tool does.
Does grayscale keep a transparent background?
Yes. Transparency lives in a separate alpha channel, and the tool leaves that channel alone, it only touches color. So a PNG or WebP with a see-through background stays transparent after conversion, and the checkerboard behind the preview is showing you exactly that. Some converters flatten transparency to white, this one doesn't.
Will converting to grayscale make my file smaller?
Depends entirely on the format, and this one catches people out. A true 8-bit grayscale PNG stores one channel instead of three, so it can drop a third to two-thirds of the size. A JPEG barely moves, it already compresses color cleverly and a gray JPEG still carries full RGB structure. Any small shrink there is the smoother image compressing a bit better, not dropped channels. If a smaller file is the goal, grayscale plus PNG is the combination that pays.
Grayscale or black-and-white, what's the difference?
People swap the terms, but they aren't the same. Grayscale keeps 256 shades from black to white, so a photo still reads as a photo, just without hue, and that's what this tool makes. Strict black-and-white (bi-level, or 1-bit) allows only pure black or pure white with nothing between, the look of a fax or a line drawing. Nine times out of ten a client asking for "the black-and-white version" actually means grayscale. For the harsh 1-bit look you would threshold or dither the grayscale afterward.
Is there a limit on image size?
There's a 40 MB cap on the file, so a giant image can't freeze your tab mid-convert. Pixel dimensions aren't capped beyond that. Everything runs on your own hardware, so a very large photo leans on your device's memory rather than a server's. On a modest phone an enormous file may chug, and if it does, shrink it first and convert the smaller copy.