Shades of Dim Gray #767171
Tints of Dim Gray #767171
RGB
CMYK
RGB Variations
Color information
#767171 (or 0x767171) is known color: Dim Gray. HEX triplet: 76, 71 and 71. RGB value is (118,113,113). Sum of RGB (Red+Green+Blue) = 118+113+113=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 118 - color contains mainly: red. Hex color #767171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767171 is #898E8E. Grayscale: #727272. Windows color (decimal): -9014927 or 7434614. OLE color: 7434614.
HSL color Cylindrical-coordinate representation of color #767171: hue angle of 0º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #767171 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 113 | 113 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.54 |
| HSL | 0º | 0.02% | 0.45% | - |
| HSV(B) | 0º | 0.04% | 0.46% | - |
| XYZ | 16.36 | 16.85 | 18.01 | - |
| YUV | 114.5 | 127.16 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 113 | 0 | 0.04 | 0.04 | 0.54 | 0 | 0.02 | 0.45 |
| Hex | 76 | 71 | 71 | 0 | 4 | 4 | 36 | 0 | 2 | 2D |
| Octal | 166 | 161 | 161 | 0 | 4 | 4 | 66 | 0 | 2 | 55 |
| Binary | 1110110 | 1110001 | 1110001 | 0 | 100 | 100 | 110110 | 0 | 10 | 101101 |
Color Harmonies of #767171
Complementary color
Monochromatic Colors of #767171
Black with #767171
Text Example
Text Example
White with #767171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767171; }
p { color: rgb(118,113,113); }
H1.HeaderClassName
{
color: #767171;
}
.AnyTagClassName
{
color: #767171;
}
</style>
background-color css
<style>
a { background-color: #767171; }
a { background-color: rgb(118,113,113); }
div.DivClassName
{
background-color: #767171;
}
.BgClassName
{
background-color: #767171;
}
</style>
border-color css
<style>
span { border-color: #767171; }
span { border-color: rgb(118,113,113); }
td.TdClassName
{
border-color: #767171;
}
.TagClassName
{
border-color: #767171;
}
</style>