What Color Is 72

Conversions · Details · Harmonies · Images · Preview · Color Blindness Simulation · CSS · Help

Conversions

Here you see the RGB 72, 72, 73 color converted to 17 different color formats like RGB, CMYK, HSV, HSL, CIELab, Android, Decimal, and YUV.

🤖 Convert multiple colors at once.

Are you interested in the nearest colors from our lists for your color? For example, the closest Benjamin Moore, Farrow & Ball, or Sherwin Williams color?

Get the Nearest Colors from the Lists

RGB 72, 72, 73 Color Details

The RGB color 72, 72, 73 is a dark color, and the websafe version is hex 333333. A complement of this color would be 73, 73, 72, and the grayscale version is 72, 72, 72.A 20% lighter version of the original color is 120, 120, 122, and 29, 29, 30 is the 20% darker color. If you saturate the color by 10%, you get 65, 65, 73, and if you desaturate by 10%, it is 79, 79, 73.

Distribution

Brightness & Saturation Gradients

These gradients show how the RGB color 72, 72, 73 changes by changing the brightness by 10 percent. The first figure shows a shift by +10% for each color and the second figure -10%.

Similar to the brightness gradients but the following saturation gradients show a change of the RGB color 72, 72, 73 by changing the saturation by 10% instead.

Color Harmonies

These are the harmonies for RGB 72, 72, 73 color. Our color palette generator creates beautiful color palettes from any color. We use 9 different algorithms to find your perfect color harmonies.

If you want to see more color schemes, try out the Color Palette Generator.

Refer to more articles:  What Is 60 Of 1200

SVG Images

A selection of SVG images using the hex version #484849 of the current color.

Previews

RGB 72, 72, 73 Background

Color Blindness Simulation

Color vision deficiency is a very complex topic, and I could not describe the different causes any better than Wikipedia does, so if you want to learn more, you should check out their article about color blindness. The numbers below show the percentage of affected people.

Dichromacy

Trichromacy

Monochromacy

CSS Examples

Text

The CSS property to change the color of the text to RGB 72, 72, 73 is called “color”. The color property can be set on classes, ids or directly on the HTML element.

This example shows how text in the color rgb(72, 72, 73) looks like.

.text, #text, p{ color:rgb(72, 72, 73) }

If you want to add a text shadow in that color use the text-shadow property, you can generate a text shadow directly with our 🔧 CSS Text Shadow Generator.

Here you see how black text with a 4 pixel rgb(72, 72, 73) colored shadow looks like.

.shadow{ text-shadow: 4px 4px 2px rgb(72, 72, 73) }

Border

The CSS property to change the border of an element to RGB 72, 72, 73 is called “border”. The border property can be set on classes, ids or directly on the HTML element.

This example shows the color as border, it can be applied via the CSS property “border” or “border-color”.

.border, #border, table{ border:4px solid rgb(72, 72, 73) }

If only the border color should be changed use the property border-color.

.border{ border-color:rgb(72, 72, 73) }

If you want to add a box shadow in that color use:

Here you see how a box with a 4 pixel rgb(72, 72, 73) colored shadow looks like.

.boxshadow{ -moz-box-shadow:4px 4px 4px 4px rgb(72, 72, 73); -webkit-box-shadow:4px 4px 4px 4px rgb(72, 72, 73); box-shadow:4px 4px 4px 4px rgb(72, 72, 73) }

Background

The CSS property to change the background color of an element to RGB 72, 72, 73 is called “background”. The background property can be set on classes, ids or directly on the HTML element.

Refer to more articles:  What Did Paul Look Like

.background, #background, body{ background:rgb(72, 72, 73) }

If only the background color should be changed can be used:

.background{ background-color:rgb(72, 72, 73) }

This example shows the color as background, it is applied via the CSS property “background”.

To optimize and compress your CSS code, you can use our online CSS compressor and optimizer based on csstidy. If you want to create a linear or radial gradient as background or border, check our 🌈 CSS Gradient Generator.

How-to use Converting Colors

Conversion

To convert, paste a string in one of these color formats, for example, “484849”, into the input field and click on convert. The result will be in the section Conversions, and the following sections will provide you with further details on the color.

Some color formats use the same notation, and the conversion will guess the composition of the search query. As an example, if you try to convert the string “240°, 1%, 29%” it could be an HSV or HSL color, the conversion will assume HSL in this case.

As this could lead to wrong conversions, you can define which format you are passing by wrapping your color string in brackets with the format in front. The search string “HSV(240°, 1%, 29%)” will give you the correct HSV color as there is no need to guess the format. Other examples would be “CIELAB(30.62, 0.22, -0.60)”, “CIELCH(31, 0.642, 290.344)”, “YXY(6.4935, 0.3109, 0.3260)” and “CMYK(0.01, 0.01, 0.00, 0.71)”.

Details

In the details section, you first get a summary of the color and, if available, a description like “dark muted red”. You can see the color distribution in different formats. For example, in the RGB format, you get to know the amount of red, green, and blue in your color.

At last, you get brightness and saturation gradients of your color in 10% steps. So if you need a brighter or darker version, you can pick it from here.

Harmonies

The harmonies basically show you colors that go well with the color you are currently viewing. If you like one of the harmonies, you can directly create a 🌈 CSS Gradient or 🔧 CSS Text Shadow from it or view the harmony as a 🖌️ Color Bucket.

Refer to more articles:  What Will We Eat In Heaven

SVG Images

This short section shows you a selection of SVG files using the current color. You can download these files and use them in your projects, for example, as a background image.

Previews

You want to see how your color looks on a white or black background? Then you should check out the “Previews” section of the color page.

You also see the color contrast of your color on these backgrounds and get a link to the Color Contrast Checker with your color preselected.

Color Blindness Simulation

When you select a color for your project, you might want to keep in mind how this color is perceived by anyone with a color vision deficiency. Therefore I have added this section showing you previews of your color for different color vision deficiencies.

CSS Examples

If you are new to web development, you might want to see how to apply your color as foreground, background, or border color. The “CSS Examples” section gives you exactly this, help how to use the current color in CSS.

If you are viewing a color in a format not available in CSS, then you will see the color converted to a compatible format.

Color Bucket

You decided on colors for your next project and want to download them as a palette or share them with friends to discuss your decision? Then you should have a look at the color bucket. It allows you to store up to 10 colors, auto-creates color palettes for each of these colors based on the lightness, and gives you a WCAG matrix.

You can download each of the color palettes or the selected colors as a GIMP, Adobe® ASE, or Tailwind CSS palette. Additionally, you can view everything as a 🌈 CSS Gradient, 🔧 CSS Text Shadow, or 📷 Color Palette Image.

To add a color to your color bucket, I put a link “❤️ Add this color to the bucket” in the header section of each page on this website.

Color Contrast Checker

When you decide on colors for a project, it is essential to keep the color contrast in mind. My Color Contrast Checker allows you to check the colors you have selected according to the Web Content Accessibility Guidelines (WCAG) 2.0.

Related Posts

What Is Cpi Training For Special Education

We take a look at what CPI is and why it is so beneficial for de-escalating crises for children with autism in combination with several ABA strategies.You…

What Is 1 15 As A Decimal

Converting 1/15 to a decimal is quite possibly one of the easiest calculations you can make. In this (very short) guide, we’ll show you how to turn…

What Is Coryxkenshin Net Worth

What Is Coryxkenshin Net Worth

You may be interested What Channel Is The Iowa Women’s Basketball Game On What Turns The Chicago River Green Nyt What Is The Probability That A Randomly…

What Time Is 22 45

Convert 2245 military time into standard (regular) AM/PM format. You may be interested What Does The Red Line On An Airspeed Indicator Represent What To Wear For…

What Do Dental Implants Look Like

With changing technology, dental implants have become a go-to alternative to some other procedures. Dental implants work by replacing missing teeth as well as keeping prosthetics, like…

What Channel Is Cbs Uverse

Are you a fan of CBS shows and wondering if you can access them on AT&T? Well, you’re in luck! AT&T offers an exciting lineup of CBS…