Shades of Dim Gray #746F6E
Tints of Dim Gray #746F6E
RGB
CMYK
RGB Variations
Color information
#746F6E (or 0x746F6E) is known color: Dim Gray. HEX triplet: 74, 6F and 6E. RGB value is (116,111,110). Sum of RGB (Red+Green+Blue) = 116+111+110=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 116 - color contains mainly: red. Hex color #746F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F6E is #8B9091. Grayscale: #707070. Windows color (decimal): -9146514 or 7237492. OLE color: 7237492.
HSL color Cylindrical-coordinate representation of color #746F6E: hue angle of 10º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #746F6E is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 110 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.55 |
| HSL | 10º | 0.03% | 0.44% | - |
| HSV(B) | 10º | 0.05% | 0.45% | - |
| XYZ | 15.7 | 16.21 | 17.05 | - |
| YUV | 112.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 110 | 0 | 0.04 | 0.05 | 0.55 | 10 | 0.03 | 0.44 |
| Hex | 74 | 6F | 6E | 0 | 4 | 5 | 37 | A | 3 | 2C |
| Octal | 164 | 157 | 156 | 0 | 4 | 5 | 67 | 12 | 3 | 54 |
| Binary | 1110100 | 1101111 | 1101110 | 0 | 100 | 101 | 110111 | 1010 | 11 | 101100 |
Color Harmonies of #746F6E
Complementary color
Monochromatic Colors of #746F6E
Black with #746F6E
Text Example
Text Example
White with #746F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F6E; }
p { color: rgb(116,111,110); }
H1.HeaderClassName
{
color: #746F6E;
}
.AnyTagClassName
{
color: #746F6E;
}
</style>
background-color css
<style>
a { background-color: #746F6E; }
a { background-color: rgb(116,111,110); }
div.DivClassName
{
background-color: #746F6E;
}
.BgClassName
{
background-color: #746F6E;
}
</style>
border-color css
<style>
span { border-color: #746F6E; }
span { border-color: rgb(116,111,110); }
td.TdClassName
{
border-color: #746F6E;
}
.TagClassName
{
border-color: #746F6E;
}
</style>