Shades of Dim Gray #716664
Tints of Dim Gray #716664
RGB
CMYK
RGB Variations
Color information
#716664 (or 0x716664) is known color: Dim Gray. HEX triplet: 71, 66 and 64. RGB value is (113,102,100). Sum of RGB (Red+Green+Blue) = 113+102+100=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 113 - color contains mainly: red. Hex color #716664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716664 is #8E999B. Grayscale: #696969. Windows color (decimal): -9345436 or 6579825. OLE color: 6579825.
HSL color Cylindrical-coordinate representation of color #716664: hue angle of 9.23º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #716664 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 102 | 100 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.56 |
| HSL | 9.23º | 0.06% | 0.42% | - |
| HSV(B) | 9.23º | 0.12% | 0.44% | - |
| XYZ | 13.86 | 13.93 | 14.02 | - |
| YUV | 105.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 100 | 0 | 0.10 | 0.12 | 0.56 | 9.23 | 0.06 | 0.42 |
| Hex | 71 | 66 | 64 | 0 | A | C | 38 | 9 | 6 | 2A |
| Octal | 161 | 146 | 144 | 0 | 12 | 14 | 70 | 11 | 6 | 52 |
| Binary | 1110001 | 1100110 | 1100100 | 0 | 1010 | 1100 | 111000 | 1001 | 110 | 101010 |
Color Harmonies of #716664
Complementary color
Monochromatic Colors of #716664
Black with #716664
Text Example
Text Example
White with #716664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716664; }
p { color: rgb(113,102,100); }
H1.HeaderClassName
{
color: #716664;
}
.AnyTagClassName
{
color: #716664;
}
</style>
background-color css
<style>
a { background-color: #716664; }
a { background-color: rgb(113,102,100); }
div.DivClassName
{
background-color: #716664;
}
.BgClassName
{
background-color: #716664;
}
</style>
border-color css
<style>
span { border-color: #716664; }
span { border-color: rgb(113,102,100); }
td.TdClassName
{
border-color: #716664;
}
.TagClassName
{
border-color: #716664;
}
</style>