Shades of Dim Gray #716866
Tints of Dim Gray #716866
RGB
CMYK
RGB Variations
Color information
#716866 (or 0x716866) is known color: Dim Gray. HEX triplet: 71, 68 and 66. RGB value is (113,104,102). Sum of RGB (Red+Green+Blue) = 113+104+102=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 113 - color contains mainly: red. Hex color #716866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716866 is #8E9799. Grayscale: #6A6A6A. Windows color (decimal): -9344922 or 6711409. OLE color: 6711409.
HSL color Cylindrical-coordinate representation of color #716866: hue angle of 10.91º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #716866 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 104 | 102 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.56 |
| HSL | 10.91º | 0.05% | 0.42% | - |
| HSV(B) | 10.91º | 0.1% | 0.44% | - |
| XYZ | 14.16 | 14.37 | 14.6 | - |
| YUV | 106.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 104 | 102 | 0 | 0.08 | 0.10 | 0.56 | 10.91 | 0.05 | 0.42 |
| Hex | 71 | 68 | 66 | 0 | 8 | A | 38 | B | 5 | 2A |
| Octal | 161 | 150 | 146 | 0 | 10 | 12 | 70 | 13 | 5 | 52 |
| Binary | 1110001 | 1101000 | 1100110 | 0 | 1000 | 1010 | 111000 | 1011 | 101 | 101010 |
Color Harmonies of #716866
Complementary color
Monochromatic Colors of #716866
Black with #716866
Text Example
Text Example
White with #716866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716866; }
p { color: rgb(113,104,102); }
H1.HeaderClassName
{
color: #716866;
}
.AnyTagClassName
{
color: #716866;
}
</style>
background-color css
<style>
a { background-color: #716866; }
a { background-color: rgb(113,104,102); }
div.DivClassName
{
background-color: #716866;
}
.BgClassName
{
background-color: #716866;
}
</style>
border-color css
<style>
span { border-color: #716866; }
span { border-color: rgb(113,104,102); }
td.TdClassName
{
border-color: #716866;
}
.TagClassName
{
border-color: #716866;
}
</style>