Shades of Dim Gray #766D6D
Tints of Dim Gray #766D6D
RGB
CMYK
RGB Variations
Color information
#766D6D (or 0x766D6D) is known color: Dim Gray. HEX triplet: 76, 6D and 6D. RGB value is (118,109,109). Sum of RGB (Red+Green+Blue) = 118+109+109=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 118 - color contains mainly: red. Hex color #766D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D6D is #899292. Grayscale: #6F6F6F. Windows color (decimal): -9015955 or 7171446. OLE color: 7171446.
HSL color Cylindrical-coordinate representation of color #766D6D: hue angle of 0º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #766D6D is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 109 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.54 |
| HSL | 0º | 0.04% | 0.45% | - |
| HSV(B) | 0º | 0.08% | 0.46% | - |
| XYZ | 15.7 | 15.89 | 16.71 | - |
| YUV | 111.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 109 | 0 | 0.08 | 0.08 | 0.54 | 0 | 0.04 | 0.45 |
| Hex | 76 | 6D | 6D | 0 | 8 | 8 | 36 | 0 | 4 | 2D |
| Octal | 166 | 155 | 155 | 0 | 10 | 10 | 66 | 0 | 4 | 55 |
| Binary | 1110110 | 1101101 | 1101101 | 0 | 1000 | 1000 | 110110 | 0 | 100 | 101101 |
Color Harmonies of #766D6D
Complementary color
Monochromatic Colors of #766D6D
Black with #766D6D
Text Example
Text Example
White with #766D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D6D; }
p { color: rgb(118,109,109); }
H1.HeaderClassName
{
color: #766D6D;
}
.AnyTagClassName
{
color: #766D6D;
}
</style>
background-color css
<style>
a { background-color: #766D6D; }
a { background-color: rgb(118,109,109); }
div.DivClassName
{
background-color: #766D6D;
}
.BgClassName
{
background-color: #766D6D;
}
</style>
border-color css
<style>
span { border-color: #766D6D; }
span { border-color: rgb(118,109,109); }
td.TdClassName
{
border-color: #766D6D;
}
.TagClassName
{
border-color: #766D6D;
}
</style>