Shades of Dim Gray #716B6B
Tints of Dim Gray #716B6B
RGB
CMYK
RGB Variations
Color information
#716B6B (or 0x716B6B) is known color: Dim Gray. HEX triplet: 71, 6B and 6B. RGB value is (113,107,107). Sum of RGB (Red+Green+Blue) = 113+107+107=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 113 - color contains mainly: red. Hex color #716B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B6B is #8E9494. Grayscale: #6C6C6C. Windows color (decimal): -9344149 or 7039857. OLE color: 7039857.
HSL color Cylindrical-coordinate representation of color #716B6B: hue angle of 0º 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 #716B6B is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 107 | 107 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.56 |
| HSL | 0º | 0.03% | 0.43% | - |
| HSV(B) | 0º | 0.05% | 0.44% | - |
| XYZ | 14.72 | 15.09 | 16.05 | - |
| YUV | 108.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 107 | 0 | 0.05 | 0.05 | 0.56 | 0 | 0.03 | 0.43 |
| Hex | 71 | 6B | 6B | 0 | 5 | 5 | 38 | 0 | 3 | 2B |
| Octal | 161 | 153 | 153 | 0 | 5 | 5 | 70 | 0 | 3 | 53 |
| Binary | 1110001 | 1101011 | 1101011 | 0 | 101 | 101 | 111000 | 0 | 11 | 101011 |
Color Harmonies of #716B6B
Complementary color
Monochromatic Colors of #716B6B
Black with #716B6B
Text Example
Text Example
White with #716B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B6B; }
p { color: rgb(113,107,107); }
H1.HeaderClassName
{
color: #716B6B;
}
.AnyTagClassName
{
color: #716B6B;
}
</style>
background-color css
<style>
a { background-color: #716B6B; }
a { background-color: rgb(113,107,107); }
div.DivClassName
{
background-color: #716B6B;
}
.BgClassName
{
background-color: #716B6B;
}
</style>
border-color css
<style>
span { border-color: #716B6B; }
span { border-color: rgb(113,107,107); }
td.TdClassName
{
border-color: #716B6B;
}
.TagClassName
{
border-color: #716B6B;
}
</style>