Shades of Gunsmoke #787E6C
Tints of Gunsmoke #787E6C
RGB
CMYK
RGB Variations
Color information
#787E6C (or 0x787E6C) is known color: Gunsmoke. HEX triplet: 78, 7E and 6C. RGB value is (120,126,108). Sum of RGB (Red+Green+Blue) = 120+126+108=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 126 - color contains mainly: green. Hex color #787E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787E6C is #878193. Grayscale: #7A7A7A. Windows color (decimal): -8880532 or 7110264. OLE color: 7110264.
HSL color Cylindrical-coordinate representation of color #787E6C: hue angle of 80º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #787E6C is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 126 | 108 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.51 |
| HSL | 80º | 0.08% | 0.46% | - |
| HSV(B) | 80º | 0.14% | 0.49% | - |
| XYZ | 17.91 | 20 | 17.1 | - |
| YUV | 122.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 108 | 0.05 | 0 | 0.14 | 0.51 | 80 | 0.08 | 0.46 |
| Hex | 78 | 7E | 6C | 5 | 0 | E | 33 | 50 | 8 | 2E |
| Octal | 170 | 176 | 154 | 5 | 0 | 16 | 63 | 120 | 10 | 56 |
| Binary | 1111000 | 1111110 | 1101100 | 101 | 0 | 1110 | 110011 | 1010000 | 1000 | 101110 |
Color Harmonies of #787E6C
Complementary color
Monochromatic Colors of #787E6C
Black with #787E6C
Text Example
Text Example
White with #787E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787E6C; }
p { color: rgb(120,126,108); }
H1.HeaderClassName
{
color: #787E6C;
}
.AnyTagClassName
{
color: #787E6C;
}
</style>
background-color css
<style>
a { background-color: #787E6C; }
a { background-color: rgb(120,126,108); }
div.DivClassName
{
background-color: #787E6C;
}
.BgClassName
{
background-color: #787E6C;
}
</style>
border-color css
<style>
span { border-color: #787E6C; }
span { border-color: rgb(120,126,108); }
td.TdClassName
{
border-color: #787E6C;
}
.TagClassName
{
border-color: #787E6C;
}
</style>