Shades of Dim Gray #756E6D
Tints of Dim Gray #756E6D
RGB
CMYK
RGB Variations
Color information
#756E6D (or 0x756E6D) is known color: Dim Gray. HEX triplet: 75, 6E and 6D. RGB value is (117,110,109). Sum of RGB (Red+Green+Blue) = 117+110+109=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 117 - color contains mainly: red. Hex color #756E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E6D is #8A9192. Grayscale: #6F6F6F. Windows color (decimal): -9081235 or 7171701. OLE color: 7171701.
HSL color Cylindrical-coordinate representation of color #756E6D: hue angle of 7.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #756E6D is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 109 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.54 |
| HSL | 7.5º | 0.04% | 0.44% | - |
| HSV(B) | 7.5º | 0.07% | 0.46% | - |
| XYZ | 15.67 | 16.04 | 16.74 | - |
| YUV | 111.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 109 | 0 | 0.06 | 0.07 | 0.54 | 7.5 | 0.04 | 0.44 |
| Hex | 75 | 6E | 6D | 0 | 6 | 7 | 36 | 8 | 4 | 2C |
| Octal | 165 | 156 | 155 | 0 | 6 | 7 | 66 | 10 | 4 | 54 |
| Binary | 1110101 | 1101110 | 1101101 | 0 | 110 | 111 | 110110 | 1000 | 100 | 101100 |
Color Harmonies of #756E6D
Complementary color
Monochromatic Colors of #756E6D
Black with #756E6D
Text Example
Text Example
White with #756E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E6D; }
p { color: rgb(117,110,109); }
H1.HeaderClassName
{
color: #756E6D;
}
.AnyTagClassName
{
color: #756E6D;
}
</style>
background-color css
<style>
a { background-color: #756E6D; }
a { background-color: rgb(117,110,109); }
div.DivClassName
{
background-color: #756E6D;
}
.BgClassName
{
background-color: #756E6D;
}
</style>
border-color css
<style>
span { border-color: #756E6D; }
span { border-color: rgb(117,110,109); }
td.TdClassName
{
border-color: #756E6D;
}
.TagClassName
{
border-color: #756E6D;
}
</style>