Shades of Dim Gray #736E6D
Tints of Dim Gray #736E6D
RGB
CMYK
RGB Variations
Color information
#736E6D (or 0x736E6D) is known color: Dim Gray. HEX triplet: 73, 6E and 6D. RGB value is (115,110,109). Sum of RGB (Red+Green+Blue) = 115+110+109=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 115 - color contains mainly: red. Hex color #736E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736E6D is #8C9192. Grayscale: #6F6F6F. Windows color (decimal): -9212307 or 7171699. OLE color: 7171699.
HSL color Cylindrical-coordinate representation of color #736E6D: 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 #736E6D is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 110 | 109 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.55 |
| HSL | 10º | 0.03% | 0.44% | - |
| HSV(B) | 10º | 0.05% | 0.45% | - |
| XYZ | 15.41 | 15.9 | 16.73 | - |
| YUV | 111.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 109 | 0 | 0.04 | 0.05 | 0.55 | 10 | 0.03 | 0.44 |
| Hex | 73 | 6E | 6D | 0 | 4 | 5 | 37 | A | 3 | 2C |
| Octal | 163 | 156 | 155 | 0 | 4 | 5 | 67 | 12 | 3 | 54 |
| Binary | 1110011 | 1101110 | 1101101 | 0 | 100 | 101 | 110111 | 1010 | 11 | 101100 |
Color Harmonies of #736E6D
Complementary color
Monochromatic Colors of #736E6D
Black with #736E6D
Text Example
Text Example
White with #736E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736E6D; }
p { color: rgb(115,110,109); }
H1.HeaderClassName
{
color: #736E6D;
}
.AnyTagClassName
{
color: #736E6D;
}
</style>
background-color css
<style>
a { background-color: #736E6D; }
a { background-color: rgb(115,110,109); }
div.DivClassName
{
background-color: #736E6D;
}
.BgClassName
{
background-color: #736E6D;
}
</style>
border-color css
<style>
span { border-color: #736E6D; }
span { border-color: rgb(115,110,109); }
td.TdClassName
{
border-color: #736E6D;
}
.TagClassName
{
border-color: #736E6D;
}
</style>