Conversions · Details · Harmonies · Images · Preview · CSS · Help
New: Converting Colors offers a new tool to do mass color conversions.
Format | Color |
---|---|
Hex | 737373 |
RGB | 115, 115, 115 |
RGB Percent | 45%, 45%, 45% |
CMY | 0.5490, 0.5490, 0.5490 |
CMYK | 0.00, 0.00, 0.00, 0.55 |
HSV | 0°, 0%, 45% |
CIELab | 48.44, 0.00, -0.01 |
XYZ | 16.2955, 17.1441, 18.6699 |
RYB | 115, 115, 115 |
Decimal | 7566195 |
Format | Color |
---|---|
HSL | 0°, 0%, 45% |
CIELCh | 48, 0.006, 296.813 |
Yxy | 17.1441, 0.3127, 0.3290 |
Android (android.graphics.Color) | 4285756275 (0xFF737373) |
YUV | 115.0000, 0.0000, 0.0000 |
Get Conversions and Harmonies as JSON or XML via the REST API.
The Decimal color 7566195 is a dark color, and the websafe version is hex 666666. A complement of this color would be 7566195, and the grayscale version is 7566195.
A 20% lighter version of the original color is 10987431, and 4408131 is the 20% darker color. If you saturate the color by 10%, you get 7563368, and if you desaturate by 10%, it is 7569279.
These gradients show how the Decimal color 7566195 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 show a change of the Decimal color 7566195 by changing the saturation by 10% instead.
The sweet spot groups the original color and five complimentary colors.
This preview shows how the Decimal color 7566195 looks on a white background.
The color contrast ratio for these colors is 4.74, which passes the AA level of the Web Content Accessibility Guidelines (WCAG) 2.0 for any text size and the AAA level for large text above 18pt. Details can be found at https://www.w3.org/TR/WCAG20/.
This preview shows how the Decimal color 7566195 looks on a black background.
The color contrast ratio for these colors is 4.43, which passes the AA level for large text above 18pt. Details can be found at https://www.w3.org/TR/WCAG20/.
This preview shows how black text looks on a background with the Decimal color 7566195.
This preview shows how white text looks on a background with the Decimal color 7566195.
The CSS property to change the color of the text to Decimal 7566195 is called "color". The color property can be set on classes, ids or directly on the HTML element .text, #text, p{ color:#737373 }
.
This example shows how text in the color #737373 looks like.
If you want to add a text shadow in that color use .shadow{ text-shadow: 4px 4px 2px #737373 }
.
Here you see how black text with a 4 pixel #737373 colored shadow looks like.
This example shows the color as border, it can be applied via the CSS property "border" or "border-color".
The CSS property to change the border of an element to Decimal 7566195 is called "border". The border property can be set on classes, ids or directly on the HTML element .border, #border, table{ border:4px solid #737373 }
.
If only the border color should be changed .border{ border-color:#737373 }
can be used.
Here you see how a box with a 4 pixel #737373 colored shadow looks like.
If you want to add a box shadow in that color use .boxshadow{ -moz-box-shadow:4px 4px 4px 4px #737373; -webkit-box-shadow:4px 4px 4px 4px #737373; box-shadow:4px 4px 4px 4px #737373 }
.
The CSS property to change the background color of an element to Decimal 7566195 is called "background". The background property can be set on classes, ids or directly on the HTML element .background, #background, body{ background:#737373 }
.
If only the background color should be changed .background{ background-color:#737373 }
can be used.
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 gradient as background or border, check our CSS Gradient Generator.
To convert, paste a string in one of these color formats, for example, "737373", into the input field and click on convert. The result will be in the section Color 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 "0°, 0%, 45%" 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(0°, 0%, 45%)" will give you the correct HSV color as there is no need to guess the format. Other examples would be "CIELAB(48.44, 0.00, -0.01)", "CIELCH(48, 0.006, 296.813)", "YXY(17.1441, 0.3127, 0.3290)" and "CMYK(0.00, 0.00, 0.00, 0.55)".