Shades of Dim Gray #746665
Tints of Dim Gray #746665
RGB
CMYK
RGB Variations
Color information
#746665 (or 0x746665) is known color: Dim Gray. HEX triplet: 74, 66 and 65. RGB value is (116,102,101). Sum of RGB (Red+Green+Blue) = 116+102+101=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 116 - color contains mainly: red. Hex color #746665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746665 is #8B999A. Grayscale: #6A6A6A. Windows color (decimal): -9148827 or 6645364. OLE color: 6645364.
HSL color Cylindrical-coordinate representation of color #746665: hue angle of 4º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #746665 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 102 | 101 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.55 |
| HSL | 4º | 0.07% | 0.43% | - |
| HSV(B) | 4º | 0.13% | 0.45% | - |
| XYZ | 14.3 | 14.16 | 14.29 | - |
| YUV | 106.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 101 | 0 | 0.12 | 0.13 | 0.55 | 4 | 0.07 | 0.43 |
| Hex | 74 | 66 | 65 | 0 | C | D | 37 | 4 | 7 | 2B |
| Octal | 164 | 146 | 145 | 0 | 14 | 15 | 67 | 4 | 7 | 53 |
| Binary | 1110100 | 1100110 | 1100101 | 0 | 1100 | 1101 | 110111 | 100 | 111 | 101011 |
Color Harmonies of #746665
Complementary color
Monochromatic Colors of #746665
Black with #746665
Text Example
Text Example
White with #746665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746665; }
p { color: rgb(116,102,101); }
H1.HeaderClassName
{
color: #746665;
}
.AnyTagClassName
{
color: #746665;
}
</style>
background-color css
<style>
a { background-color: #746665; }
a { background-color: rgb(116,102,101); }
div.DivClassName
{
background-color: #746665;
}
.BgClassName
{
background-color: #746665;
}
</style>
border-color css
<style>
span { border-color: #746665; }
span { border-color: rgb(116,102,101); }
td.TdClassName
{
border-color: #746665;
}
.TagClassName
{
border-color: #746665;
}
</style>