Shades of Dim Gray #756D6D
Tints of Dim Gray #756D6D
RGB
CMYK
RGB Variations
Color information
#756D6D (or 0x756D6D) is known color: Dim Gray. HEX triplet: 75, 6D and 6D. RGB value is (117,109,109). Sum of RGB (Red+Green+Blue) = 117+109+109=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 117 - color contains mainly: red. Hex color #756D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D6D is #8A9292. Grayscale: #6F6F6F. Windows color (decimal): -9081491 or 7171445. OLE color: 7171445.
HSL color Cylindrical-coordinate representation of color #756D6D: hue angle of 0º 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 #756D6D is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 109 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.54 |
| HSL | 0º | 0.04% | 0.44% | - |
| HSV(B) | 0º | 0.07% | 0.46% | - |
| XYZ | 15.57 | 15.82 | 16.7 | - |
| YUV | 111.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 109 | 0 | 0.07 | 0.07 | 0.54 | 0 | 0.04 | 0.44 |
| Hex | 75 | 6D | 6D | 0 | 7 | 7 | 36 | 0 | 4 | 2C |
| Octal | 165 | 155 | 155 | 0 | 7 | 7 | 66 | 0 | 4 | 54 |
| Binary | 1110101 | 1101101 | 1101101 | 0 | 111 | 111 | 110110 | 0 | 100 | 101100 |
Color Harmonies of #756D6D
Complementary color
Monochromatic Colors of #756D6D
Black with #756D6D
Text Example
Text Example
White with #756D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D6D; }
p { color: rgb(117,109,109); }
H1.HeaderClassName
{
color: #756D6D;
}
.AnyTagClassName
{
color: #756D6D;
}
</style>
background-color css
<style>
a { background-color: #756D6D; }
a { background-color: rgb(117,109,109); }
div.DivClassName
{
background-color: #756D6D;
}
.BgClassName
{
background-color: #756D6D;
}
</style>
border-color css
<style>
span { border-color: #756D6D; }
span { border-color: rgb(117,109,109); }
td.TdClassName
{
border-color: #756D6D;
}
.TagClassName
{
border-color: #756D6D;
}
</style>