Shades of Dim Gray #766C6B
Tints of Dim Gray #766C6B
RGB
CMYK
RGB Variations
Color information
#766C6B (or 0x766C6B) is known color: Dim Gray. HEX triplet: 76, 6C and 6B. RGB value is (118,108,107). Sum of RGB (Red+Green+Blue) = 118+108+107=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #766C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C6B is #899394. Grayscale: #6E6E6E. Windows color (decimal): -9016213 or 7040118. OLE color: 7040118.
HSL color Cylindrical-coordinate representation of color #766C6B: hue angle of 5.45º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #766C6B is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 108 | 107 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.54 |
| HSL | 5.45º | 0.05% | 0.44% | - |
| HSV(B) | 5.45º | 0.09% | 0.46% | - |
| XYZ | 15.49 | 15.64 | 16.11 | - |
| YUV | 110.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 107 | 0 | 0.08 | 0.09 | 0.54 | 5.45 | 0.05 | 0.44 |
| Hex | 76 | 6C | 6B | 0 | 8 | 9 | 36 | 5 | 5 | 2C |
| Octal | 166 | 154 | 153 | 0 | 10 | 11 | 66 | 5 | 5 | 54 |
| Binary | 1110110 | 1101100 | 1101011 | 0 | 1000 | 1001 | 110110 | 101 | 101 | 101100 |
Color Harmonies of #766C6B
Complementary color
Monochromatic Colors of #766C6B
Black with #766C6B
Text Example
Text Example
White with #766C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C6B; }
p { color: rgb(118,108,107); }
H1.HeaderClassName
{
color: #766C6B;
}
.AnyTagClassName
{
color: #766C6B;
}
</style>
background-color css
<style>
a { background-color: #766C6B; }
a { background-color: rgb(118,108,107); }
div.DivClassName
{
background-color: #766C6B;
}
.BgClassName
{
background-color: #766C6B;
}
</style>
border-color css
<style>
span { border-color: #766C6B; }
span { border-color: rgb(118,108,107); }
td.TdClassName
{
border-color: #766C6B;
}
.TagClassName
{
border-color: #766C6B;
}
</style>