Shades of Dim Gray #757272
Tints of Dim Gray #757272
RGB
CMYK
RGB Variations
Color information
#757272 (or 0x757272) is known color: Dim Gray. HEX triplet: 75, 72 and 72. RGB value is (117,114,114). Sum of RGB (Red+Green+Blue) = 117+114+114=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 117 - color contains mainly: red. Hex color #757272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757272 is #8A8D8D. Grayscale: #727272. Windows color (decimal): -9080206 or 7500405. OLE color: 7500405.
HSL color Cylindrical-coordinate representation of color #757272: hue angle of 0º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #757272 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 114 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.54 |
| HSL | 0º | 0.01% | 0.45% | - |
| HSV(B) | 0º | 0.03% | 0.46% | - |
| XYZ | 16.39 | 17.03 | 18.34 | - |
| YUV | 114.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 114 | 0 | 0.03 | 0.03 | 0.54 | 0 | 0.01 | 0.45 |
| Hex | 75 | 72 | 72 | 0 | 3 | 3 | 36 | 0 | 1 | 2D |
| Octal | 165 | 162 | 162 | 0 | 3 | 3 | 66 | 0 | 1 | 55 |
| Binary | 1110101 | 1110010 | 1110010 | 0 | 11 | 11 | 110110 | 0 | 1 | 101101 |
Color Harmonies of #757272
Complementary color
Monochromatic Colors of #757272
Black with #757272
Text Example
Text Example
White with #757272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757272; }
p { color: rgb(117,114,114); }
H1.HeaderClassName
{
color: #757272;
}
.AnyTagClassName
{
color: #757272;
}
</style>
background-color css
<style>
a { background-color: #757272; }
a { background-color: rgb(117,114,114); }
div.DivClassName
{
background-color: #757272;
}
.BgClassName
{
background-color: #757272;
}
</style>
border-color css
<style>
span { border-color: #757272; }
span { border-color: rgb(117,114,114); }
td.TdClassName
{
border-color: #757272;
}
.TagClassName
{
border-color: #757272;
}
</style>