Conversions · Details · Harmonies · Images · Preview · Color Blindness Simulation · CSS · Help
Here you see your color converted to 17 different color formats like RGB, CMYK, HSV, HSL, CIELab, Android, Decimal, and YUV.
🤖 Convert multiple colors at once or 📢 get Conversions and Harmonies via the REST API.
Format | Color |
---|---|
Hex | 44625F |
RGB | 68, 98, 95 |
RGB Percent | 27%, 38%, 37% |
CMY | 0.7317, 0.6166, 0.6276 |
CMYK | 0.30, 0.00, 0.03, 0.62 |
HSL | 174°, 18%, 33% |
HSV | 174°, 30%, 38% |
XYZ | 8.8222, 10.7620, 12.4266 |
YIQ | 88.6880, -16.9170, -7.2930 |
Format | Color |
---|---|
RYB | 68, 84, 98 |
Decimal | 4481631 |
CIELab | 39.18, -11.45, -1.88 |
CIELCh | 39, 11.598, 189.329 |
Yxy | 10.7620, 0.2756, 0.3362 |
Android (android.graphics.Color) | 4282671711 (0xFF44625F) |
YUV | 88.6880, 3.1118, -18.1434 |
Hunter-Lab | 32.8055, -9.4068, 0.5051 |
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
The Yxy color 10.7620, 0.2756, 0.3362 is a dark color, and the websafe version is hex 336666. A complement of this color would be 7.2260, 0.3677, 0.3221, and the grayscale version is 9.9097, 0.3127, 0.3290.
A 20% lighter version of the original color is 27.3211, 0.2851, 0.3358, and 2.7600, 0.2536, 0.3383 is the 20% darker color. If you saturate the color by 10%, you get 10.4203, 0.2651, 0.3389, and if you desaturate by 10%, it is 11.1635, 0.2872, 0.3336.
These gradients show how the Yxy color 10.7620, 0.2756, 0.3362 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 Yxy color 10.7620, 0.2756, 0.3362 by changing the saturation by 10% instead.
The analogous color harmony consists of three colors that are next to each other on the color wheel.
The triadic color harmony groups three colors that are evenly spaced from another and form a triangle on the color wheel.
The complementary color scheme is a pair of colors which are on the opposite of each other on the color wheel.
Split-complementary colors differ from the complementary color scheme. The scheme consists of three colors, the original color and two neighbors of the complement color.
The square scheme is like the rectangle color scheme, but the four colors are evenly spaced on the color wheel.
The rectangle color scheme consists of four colors that form a rectangle on the color wheel.
This preview shows how the Yxy color 10.7620, 0.2756, 0.3362 looks on a white background.
If you want to check with other color combinations, try the Color Contrast Checker.
This preview shows how the Yxy color 10.7620, 0.2756, 0.3362 looks on a black background.
If you want to check with other color combinations, try the Color Contrast Checker.
This preview shows how black text looks on a background with the Yxy color 10.7620, 0.2756, 0.3362.
This preview shows how white text looks on a background with the Yxy color 10.7620, 0.2756, 0.3362.
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.
The CSS property to change the color of the text to Yxy 10.7620, 0.2756, 0.3362 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(68, 98, 95) looks like.
.text, #text, p{color:rgb(68, 98, 95)}
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(68, 98, 95) colored shadow looks like.
.shadow{ text-shadow: 4px 4px 2px rgb(68, 98, 95) }
The CSS property to change the border of an element to Yxy 10.7620, 0.2756, 0.3362 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(68, 98, 95) }
If only the border color should be changed use the property border-color.
.border{ border-color:rgb(68, 98, 95) }
If you want to add a box shadow in that color use:
Here you see how a box with a 4 pixel rgb(68, 98, 95) colored shadow looks like.
.boxshadow{ -moz-box-shadow:4px 4px 4px 4px rgb(68, 98, 95); -webkit-box-shadow:4px 4px 4px 4px rgb(68, 98, 95); box-shadow:4px 4px 4px 4px rgb(68, 98, 95) }
The CSS property to change the background color of an element to Yxy 10.7620, 0.2756, 0.3362 is called "background". The background property can be set on classes, ids or directly on the HTML element.
.background, #background, body{ background:rgb(68, 98, 95) }
If only the background color should be changed can be used:
.background{ background-color:rgb(68, 98, 95) }
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.
To convert, paste a string in one of these color formats, for example, "44625F", 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 "174°, 30%, 38%" 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(174°, 30%, 38%)" will give you the correct HSV color as there is no need to guess the format. Other examples would be "CIELAB(39.18, -11.45, -1.88)", "CIELCH(39, 11.598, 189.329)", "YXY(10.7620, 0.2756, 0.3362)" and "CMYK(0.30, 0.00, 0.03, 0.62)".
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.
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.
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.
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.
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.
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.
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.
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.