Shades of Dim Gray #766D6C
Tints of Dim Gray #766D6C
RGB
CMYK
RGB Variations
Color information
#766D6C (or 0x766D6C) is known color: Dim Gray. HEX triplet: 76, 6D and 6C. RGB value is (118,109,108). Sum of RGB (Red+Green+Blue) = 118+109+108=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 118 - color contains mainly: red. Hex color #766D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D6C is #899293. Grayscale: #6F6F6F. Windows color (decimal): -9015956 or 7105910. OLE color: 7105910.
HSL color Cylindrical-coordinate representation of color #766D6C: hue angle of 6º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #766D6C is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 108 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.54 |
| HSL | 6º | 0.04% | 0.44% | - |
| HSV(B) | 6º | 0.08% | 0.46% | - |
| XYZ | 15.65 | 15.87 | 16.43 | - |
| YUV | 111.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 108 | 0 | 0.08 | 0.08 | 0.54 | 6 | 0.04 | 0.44 |
| Hex | 76 | 6D | 6C | 0 | 8 | 8 | 36 | 6 | 4 | 2C |
| Octal | 166 | 155 | 154 | 0 | 10 | 10 | 66 | 6 | 4 | 54 |
| Binary | 1110110 | 1101101 | 1101100 | 0 | 1000 | 1000 | 110110 | 110 | 100 | 101100 |
Color Harmonies of #766D6C
Complementary color
Monochromatic Colors of #766D6C
Black with #766D6C
Text Example
Text Example
White with #766D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D6C; }
p { color: rgb(118,109,108); }
H1.HeaderClassName
{
color: #766D6C;
}
.AnyTagClassName
{
color: #766D6C;
}
</style>
background-color css
<style>
a { background-color: #766D6C; }
a { background-color: rgb(118,109,108); }
div.DivClassName
{
background-color: #766D6C;
}
.BgClassName
{
background-color: #766D6C;
}
</style>
border-color css
<style>
span { border-color: #766D6C; }
span { border-color: rgb(118,109,108); }
td.TdClassName
{
border-color: #766D6C;
}
.TagClassName
{
border-color: #766D6C;
}
</style>