Shades of Dim Gray #716D6C
Tints of Dim Gray #716D6C
RGB
CMYK
RGB Variations
Color information
#716D6C (or 0x716D6C) is known color: Dim Gray. HEX triplet: 71, 6D and 6C. RGB value is (113,109,108). Sum of RGB (Red+Green+Blue) = 113+109+108=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 113 - color contains mainly: red. Hex color #716D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D6C is #8E9293. Grayscale: #6E6E6E. Windows color (decimal): -9343636 or 7105905. OLE color: 7105905.
HSL color Cylindrical-coordinate representation of color #716D6C: hue angle of 12º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #716D6C is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 108 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.56 |
| HSL | 12º | 0.02% | 0.43% | - |
| HSV(B) | 12º | 0.04% | 0.44% | - |
| XYZ | 14.99 | 15.53 | 16.4 | - |
| YUV | 110.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 108 | 0 | 0.04 | 0.04 | 0.56 | 12 | 0.02 | 0.43 |
| Hex | 71 | 6D | 6C | 0 | 4 | 4 | 38 | C | 2 | 2B |
| Octal | 161 | 155 | 154 | 0 | 4 | 4 | 70 | 14 | 2 | 53 |
| Binary | 1110001 | 1101101 | 1101100 | 0 | 100 | 100 | 111000 | 1100 | 10 | 101011 |
Color Harmonies of #716D6C
Complementary color
Monochromatic Colors of #716D6C
Black with #716D6C
Text Example
Text Example
White with #716D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D6C; }
p { color: rgb(113,109,108); }
H1.HeaderClassName
{
color: #716D6C;
}
.AnyTagClassName
{
color: #716D6C;
}
</style>
background-color css
<style>
a { background-color: #716D6C; }
a { background-color: rgb(113,109,108); }
div.DivClassName
{
background-color: #716D6C;
}
.BgClassName
{
background-color: #716D6C;
}
</style>
border-color css
<style>
span { border-color: #716D6C; }
span { border-color: rgb(113,109,108); }
td.TdClassName
{
border-color: #716D6C;
}
.TagClassName
{
border-color: #716D6C;
}
</style>