Shades of Dim Gray #756D6C
Tints of Dim Gray #756D6C
RGB
CMYK
RGB Variations
Color information
#756D6C (or 0x756D6C) is known color: Dim Gray. HEX triplet: 75, 6D and 6C. RGB value is (117,109,108). Sum of RGB (Red+Green+Blue) = 117+109+108=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 117 - color contains mainly: red. Hex color #756D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D6C is #8A9293. Grayscale: #6F6F6F. Windows color (decimal): -9081492 or 7105909. OLE color: 7105909.
HSL color Cylindrical-coordinate representation of color #756D6C: hue angle of 6.67º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #756D6C is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 108 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.54 |
| HSL | 6.67º | 0.04% | 0.44% | - |
| HSV(B) | 6.67º | 0.08% | 0.46% | - |
| XYZ | 15.51 | 15.8 | 16.42 | - |
| YUV | 111.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 108 | 0 | 0.07 | 0.08 | 0.54 | 6.67 | 0.04 | 0.44 |
| Hex | 75 | 6D | 6C | 0 | 7 | 8 | 36 | 7 | 4 | 2C |
| Octal | 165 | 155 | 154 | 0 | 7 | 10 | 66 | 7 | 4 | 54 |
| Binary | 1110101 | 1101101 | 1101100 | 0 | 111 | 1000 | 110110 | 111 | 100 | 101100 |
Color Harmonies of #756D6C
Complementary color
Monochromatic Colors of #756D6C
Black with #756D6C
Text Example
Text Example
White with #756D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D6C; }
p { color: rgb(117,109,108); }
H1.HeaderClassName
{
color: #756D6C;
}
.AnyTagClassName
{
color: #756D6C;
}
</style>
background-color css
<style>
a { background-color: #756D6C; }
a { background-color: rgb(117,109,108); }
div.DivClassName
{
background-color: #756D6C;
}
.BgClassName
{
background-color: #756D6C;
}
</style>
border-color css
<style>
span { border-color: #756D6C; }
span { border-color: rgb(117,109,108); }
td.TdClassName
{
border-color: #756D6C;
}
.TagClassName
{
border-color: #756D6C;
}
</style>