Skip to content
Pixora

Processed locally in your browser — nothing is uploaded.

Grayscale Image Converter

Quick answer

Strip color out of a photo using the same luminance weighting broadcast television has relied on for decades, with a slider to dial the effect back to a partial desaturation instead of full black and white.

What the grayscale image converter does

Converting to grayscale means computing one brightness value per pixel from its red, green and blue channels. This tool uses the Rec. 709 luminance formula: 0.2126 times red, plus 0.7152 times green, plus 0.0722 times blue. Those coefficients are not arbitrary; they reflect how sensitive the human eye actually is to each color, and they are the same weights used in HDTV and most video standards.

A cheaper and much more common shortcut is to just average the three channels: (R plus G plus B) divided by three. That treats a pure blue pixel as equally bright as a pure green one, which does not match how eyes work. Human vision is far more sensitive to green light than to blue, so a naive average routinely gets brightness wrong in specific, visible ways: a saturated blue sky ends up looking too dark and flat instead of the pale gray it should read as, while a bright red object, like a stop sign or a red sweater, comes out looking almost as light as skin tones even though red actually contributes very little to perceived brightness.

The intensity slider blends between the original color image and the fully desaturated version, so you are not limited to an all-or-nothing conversion. A partial desaturation, somewhere around 40 to 60 percent, is a common look for muting a background photo behind text without losing every trace of color.

How to use it

  1. Upload your photo

    Add the image from your device or by dragging it onto the page.

  2. Apply grayscale

    The perceptual luminance conversion runs immediately and shows a live preview.

  3. Adjust intensity if needed

    Drag the slider away from 100 percent to blend some of the original color back in for a muted, partially desaturated look.

  4. Download

    Export as PNG for a lossless result or JPEG if file size matters more than a perfect gray.

Your images never leave your device

Wedding and event photographers often want a black-and-white pass over an entire shoot before a client review, and doing that for dozens of unreleased proofs is exactly the kind of batch you do not want sitting on a third-party server before the client has even seen them. Every conversion here runs in a canvas inside your browser, so proof images stay on your machine until you choose to share them.

  • No file is ever uploaded to a server
  • Works offline after the first visit
  • No account, no watermark, no limits

Format and quality tips

Grayscale is not the same as desaturating in every editor

Some tools convert to grayscale by dropping saturation in HSL space, which can produce a noticeably different tonal balance than a true luminance conversion. If a result from another app looked muddy or oddly flat, a Rec. 709 conversion like this one is usually the fix.

Grayscale before printing on newsprint

Newspaper and low-end laser printing often reproduces color photos poorly because of coarse halftone screens; converting to grayscale first and boosting contrast slightly afterward usually looks cleaner in print than letting the printer driver do an uncontrolled color-to-gray conversion itself.

Frequently asked questions

Why does a naive R+G+B average look wrong for grayscale?

Because it assumes red, green and blue contribute equally to perceived brightness, when in fact the eye is far more sensitive to green than to blue or red. That mismatch makes blue skies look too dark and red objects look too bright compared to what you would expect in black and white.

What is the Rec. 709 formula used for grayscale conversion?

It weights the channels as 0.2126 red, 0.7152 green and 0.0722 blue, matching how sensitive human vision actually is to each color. It is the same luminance formula used in HDTV standards.

Can I make an image partially gray instead of fully black and white?

Yes, the intensity slider blends between the original colors and the full grayscale conversion at any percentage you choose.

Does grayscale reduce file size?

Not automatically in a PNG or JPEG, since both still store three color channels unless you also change the color mode explicitly; the visual difference does not by itself shrink the file.

Is grayscale the same as sepia?

No. Grayscale removes color entirely and leaves only brightness; sepia keeps a single warm brown-toned hue layered over the brightness values, which is a separate effect not produced by this tool.

Why do two grayscale versions of the same photo look different?

Different tools use different conversion formulas. A perceptual luminance formula like Rec. 709 gives one result, while a flat channel average or an HSL desaturation gives a visibly different one from the same source pixels.

Further reading