Shades of Dim Gray #786C6C
Tints of Dim Gray #786C6C
RGB
CMYK
RGB Variations
Color information
#786C6C (or 0x786C6C) is known color: Dim Gray. HEX triplet: 78, 6C and 6C. RGB value is (120,108,108). Sum of RGB (Red+Green+Blue) = 120+108+108=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 120 - color contains mainly: red. Hex color #786C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C6C is #879393. Grayscale: #6F6F6F. Windows color (decimal): -8885140 or 7105656. OLE color: 7105656.
HSL color Cylindrical-coordinate representation of color #786C6C: hue angle of 0º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #786C6C is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 108 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.53 |
| HSL | 0º | 0.05% | 0.45% | - |
| HSV(B) | 0º | 0.1% | 0.47% | - |
| XYZ | 15.82 | 15.8 | 16.4 | - |
| YUV | 111.59 | 125.98 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 108 | 0 | 0.10 | 0.10 | 0.53 | 0 | 0.05 | 0.45 |
| Hex | 78 | 6C | 6C | 0 | A | A | 35 | 0 | 5 | 2D |
| Octal | 170 | 154 | 154 | 0 | 12 | 12 | 65 | 0 | 5 | 55 |
| Binary | 1111000 | 1101100 | 1101100 | 0 | 1010 | 1010 | 110101 | 0 | 101 | 101101 |
Color Harmonies of #786C6C
Complementary color
Monochromatic Colors of #786C6C
Black with #786C6C
Text Example
Text Example
White with #786C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C6C; }
p { color: rgb(120,108,108); }
H1.HeaderClassName
{
color: #786C6C;
}
.AnyTagClassName
{
color: #786C6C;
}
</style>
background-color css
<style>
a { background-color: #786C6C; }
a { background-color: rgb(120,108,108); }
div.DivClassName
{
background-color: #786C6C;
}
.BgClassName
{
background-color: #786C6C;
}
</style>
border-color css
<style>
span { border-color: #786C6C; }
span { border-color: rgb(120,108,108); }
td.TdClassName
{
border-color: #786C6C;
}
.TagClassName
{
border-color: #786C6C;
}
</style>