Shades of Dim Gray #746565
Tints of Dim Gray #746565
RGB
CMYK
RGB Variations
Color information
#746565 (or 0x746565) is known color: Dim Gray. HEX triplet: 74, 65 and 65. RGB value is (116,101,101). Sum of RGB (Red+Green+Blue) = 116+101+101=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #746565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746565 is #8B9A9A. Grayscale: #696969. Windows color (decimal): -9149083 or 6645108. OLE color: 6645108.
HSL color Cylindrical-coordinate representation of color #746565: hue angle of 0º 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 #746565 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 101 | 101 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.55 |
| HSL | 0º | 0.07% | 0.43% | - |
| HSV(B) | 0º | 0.13% | 0.45% | - |
| XYZ | 14.21 | 13.96 | 14.26 | - |
| YUV | 105.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 101 | 0 | 0.13 | 0.13 | 0.55 | 0 | 0.07 | 0.43 |
| Hex | 74 | 65 | 65 | 0 | D | D | 37 | 0 | 7 | 2B |
| Octal | 164 | 145 | 145 | 0 | 15 | 15 | 67 | 0 | 7 | 53 |
| Binary | 1110100 | 1100101 | 1100101 | 0 | 1101 | 1101 | 110111 | 0 | 111 | 101011 |
Color Harmonies of #746565
Complementary color
Monochromatic Colors of #746565
Black with #746565
Text Example
Text Example
White with #746565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746565; }
p { color: rgb(116,101,101); }
H1.HeaderClassName
{
color: #746565;
}
.AnyTagClassName
{
color: #746565;
}
</style>
background-color css
<style>
a { background-color: #746565; }
a { background-color: rgb(116,101,101); }
div.DivClassName
{
background-color: #746565;
}
.BgClassName
{
background-color: #746565;
}
</style>
border-color css
<style>
span { border-color: #746565; }
span { border-color: rgb(116,101,101); }
td.TdClassName
{
border-color: #746565;
}
.TagClassName
{
border-color: #746565;
}
</style>