Shades of Dim Gray #716C6B
Tints of Dim Gray #716C6B
RGB
CMYK
RGB Variations
Color information
#716C6B (or 0x716C6B) is known color: Dim Gray. HEX triplet: 71, 6C and 6B. RGB value is (113,108,107). Sum of RGB (Red+Green+Blue) = 113+108+107=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 113 - color contains mainly: red. Hex color #716C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C6B is #8E9394. Grayscale: #6D6D6D. Windows color (decimal): -9343893 or 7040113. OLE color: 7040113.
HSL color Cylindrical-coordinate representation of color #716C6B: hue angle of 10º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #716C6B is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 107 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.56 |
| HSL | 10º | 0.03% | 0.43% | - |
| HSV(B) | 10º | 0.05% | 0.44% | - |
| XYZ | 14.83 | 15.3 | 16.08 | - |
| YUV | 109.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 107 | 0 | 0.04 | 0.05 | 0.56 | 10 | 0.03 | 0.43 |
| Hex | 71 | 6C | 6B | 0 | 4 | 5 | 38 | A | 3 | 2B |
| Octal | 161 | 154 | 153 | 0 | 4 | 5 | 70 | 12 | 3 | 53 |
| Binary | 1110001 | 1101100 | 1101011 | 0 | 100 | 101 | 111000 | 1010 | 11 | 101011 |
Color Harmonies of #716C6B
Complementary color
Monochromatic Colors of #716C6B
Black with #716C6B
Text Example
Text Example
White with #716C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C6B; }
p { color: rgb(113,108,107); }
H1.HeaderClassName
{
color: #716C6B;
}
.AnyTagClassName
{
color: #716C6B;
}
</style>
background-color css
<style>
a { background-color: #716C6B; }
a { background-color: rgb(113,108,107); }
div.DivClassName
{
background-color: #716C6B;
}
.BgClassName
{
background-color: #716C6B;
}
</style>
border-color css
<style>
span { border-color: #716C6B; }
span { border-color: rgb(113,108,107); }
td.TdClassName
{
border-color: #716C6B;
}
.TagClassName
{
border-color: #716C6B;
}
</style>