Shades of Dim Gray #747171
Tints of Dim Gray #747171
RGB
CMYK
RGB Variations
Color information
#747171 (or 0x747171) is known color: Dim Gray. HEX triplet: 74, 71 and 71. RGB value is (116,113,113). Sum of RGB (Red+Green+Blue) = 116+113+113=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 116 - color contains mainly: red. Hex color #747171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747171 is #8B8E8E. Grayscale: #717171. Windows color (decimal): -9145999 or 7434612. OLE color: 7434612.
HSL color Cylindrical-coordinate representation of color #747171: hue angle of 0º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747171 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 113 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.55 |
| HSL | 0º | 0.01% | 0.45% | - |
| HSV(B) | 0º | 0.03% | 0.45% | - |
| XYZ | 16.09 | 16.72 | 18 | - |
| YUV | 113.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 113 | 0 | 0.03 | 0.03 | 0.55 | 0 | 0.01 | 0.45 |
| Hex | 74 | 71 | 71 | 0 | 3 | 3 | 37 | 0 | 1 | 2D |
| Octal | 164 | 161 | 161 | 0 | 3 | 3 | 67 | 0 | 1 | 55 |
| Binary | 1110100 | 1110001 | 1110001 | 0 | 11 | 11 | 110111 | 0 | 1 | 101101 |
Color Harmonies of #747171
Complementary color
Monochromatic Colors of #747171
Black with #747171
Text Example
Text Example
White with #747171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747171; }
p { color: rgb(116,113,113); }
H1.HeaderClassName
{
color: #747171;
}
.AnyTagClassName
{
color: #747171;
}
</style>
background-color css
<style>
a { background-color: #747171; }
a { background-color: rgb(116,113,113); }
div.DivClassName
{
background-color: #747171;
}
.BgClassName
{
background-color: #747171;
}
</style>
border-color css
<style>
span { border-color: #747171; }
span { border-color: rgb(116,113,113); }
td.TdClassName
{
border-color: #747171;
}
.TagClassName
{
border-color: #747171;
}
</style>