Shades of Dim Gray #746E6D
Tints of Dim Gray #746E6D
RGB
CMYK
RGB Variations
Color information
#746E6D (or 0x746E6D) is known color: Dim Gray. HEX triplet: 74, 6E and 6D. RGB value is (116,110,109). Sum of RGB (Red+Green+Blue) = 116+110+109=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 116 - color contains mainly: red. Hex color #746E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E6D is #8B9192. Grayscale: #6F6F6F. Windows color (decimal): -9146771 or 7171700. OLE color: 7171700.
HSL color Cylindrical-coordinate representation of color #746E6D: hue angle of 8.57º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #746E6D is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 109 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.55 |
| HSL | 8.57º | 0.03% | 0.44% | - |
| HSV(B) | 8.57º | 0.06% | 0.45% | - |
| XYZ | 15.54 | 15.97 | 16.73 | - |
| YUV | 111.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 109 | 0 | 0.05 | 0.06 | 0.55 | 8.57 | 0.03 | 0.44 |
| Hex | 74 | 6E | 6D | 0 | 5 | 6 | 37 | 9 | 3 | 2C |
| Octal | 164 | 156 | 155 | 0 | 5 | 6 | 67 | 11 | 3 | 54 |
| Binary | 1110100 | 1101110 | 1101101 | 0 | 101 | 110 | 110111 | 1001 | 11 | 101100 |
Color Harmonies of #746E6D
Complementary color
Monochromatic Colors of #746E6D
Black with #746E6D
Text Example
Text Example
White with #746E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E6D; }
p { color: rgb(116,110,109); }
H1.HeaderClassName
{
color: #746E6D;
}
.AnyTagClassName
{
color: #746E6D;
}
</style>
background-color css
<style>
a { background-color: #746E6D; }
a { background-color: rgb(116,110,109); }
div.DivClassName
{
background-color: #746E6D;
}
.BgClassName
{
background-color: #746E6D;
}
</style>
border-color css
<style>
span { border-color: #746E6D; }
span { border-color: rgb(116,110,109); }
td.TdClassName
{
border-color: #746E6D;
}
.TagClassName
{
border-color: #746E6D;
}
</style>