Shades of Dim Gray #746D6D
Tints of Dim Gray #746D6D
RGB
CMYK
RGB Variations
Color information
#746D6D (or 0x746D6D) is known color: Dim Gray. HEX triplet: 74, 6D and 6D. RGB value is (116,109,109). Sum of RGB (Red+Green+Blue) = 116+109+109=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 116 - color contains mainly: red. Hex color #746D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D6D is #8B9292. Grayscale: #6F6F6F. Windows color (decimal): -9147027 or 7171444. OLE color: 7171444.
HSL color Cylindrical-coordinate representation of color #746D6D: hue angle of 0º 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 #746D6D is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 109 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.55 |
| HSL | 0º | 0.03% | 0.44% | - |
| HSV(B) | 0º | 0.06% | 0.45% | - |
| XYZ | 15.43 | 15.75 | 16.7 | - |
| YUV | 111.09 | 126.82 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 109 | 0 | 0.06 | 0.06 | 0.55 | 0 | 0.03 | 0.44 |
| Hex | 74 | 6D | 6D | 0 | 6 | 6 | 37 | 0 | 3 | 2C |
| Octal | 164 | 155 | 155 | 0 | 6 | 6 | 67 | 0 | 3 | 54 |
| Binary | 1110100 | 1101101 | 1101101 | 0 | 110 | 110 | 110111 | 0 | 11 | 101100 |
Color Harmonies of #746D6D
Complementary color
Monochromatic Colors of #746D6D
Black with #746D6D
Text Example
Text Example
White with #746D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D6D; }
p { color: rgb(116,109,109); }
H1.HeaderClassName
{
color: #746D6D;
}
.AnyTagClassName
{
color: #746D6D;
}
</style>
background-color css
<style>
a { background-color: #746D6D; }
a { background-color: rgb(116,109,109); }
div.DivClassName
{
background-color: #746D6D;
}
.BgClassName
{
background-color: #746D6D;
}
</style>
border-color css
<style>
span { border-color: #746D6D; }
span { border-color: rgb(116,109,109); }
td.TdClassName
{
border-color: #746D6D;
}
.TagClassName
{
border-color: #746D6D;
}
</style>