Shades of Dim Gray #726D6C
Tints of Dim Gray #726D6C
RGB
CMYK
RGB Variations
Color information
#726D6C (or 0x726D6C) is known color: Dim Gray. HEX triplet: 72, 6D and 6C. RGB value is (114,109,108). Sum of RGB (Red+Green+Blue) = 114+109+108=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 114 - color contains mainly: red. Hex color #726D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D6C is #8D9293. Grayscale: #6E6E6E. Windows color (decimal): -9278100 or 7105906. OLE color: 7105906.
HSL color Cylindrical-coordinate representation of color #726D6C: 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 #726D6C is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 108 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.55 |
| HSL | 10º | 0.03% | 0.44% | - |
| HSV(B) | 10º | 0.05% | 0.45% | - |
| XYZ | 15.11 | 15.6 | 16.4 | - |
| YUV | 110.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 108 | 0 | 0.04 | 0.05 | 0.55 | 10 | 0.03 | 0.44 |
| Hex | 72 | 6D | 6C | 0 | 4 | 5 | 37 | A | 3 | 2C |
| Octal | 162 | 155 | 154 | 0 | 4 | 5 | 67 | 12 | 3 | 54 |
| Binary | 1110010 | 1101101 | 1101100 | 0 | 100 | 101 | 110111 | 1010 | 11 | 101100 |
Color Harmonies of #726D6C
Complementary color
Monochromatic Colors of #726D6C
Black with #726D6C
Text Example
Text Example
White with #726D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D6C; }
p { color: rgb(114,109,108); }
H1.HeaderClassName
{
color: #726D6C;
}
.AnyTagClassName
{
color: #726D6C;
}
</style>
background-color css
<style>
a { background-color: #726D6C; }
a { background-color: rgb(114,109,108); }
div.DivClassName
{
background-color: #726D6C;
}
.BgClassName
{
background-color: #726D6C;
}
</style>
border-color css
<style>
span { border-color: #726D6C; }
span { border-color: rgb(114,109,108); }
td.TdClassName
{
border-color: #726D6C;
}
.TagClassName
{
border-color: #726D6C;
}
</style>