Shades of Gunsmoke #787B6D
Tints of Gunsmoke #787B6D
RGB
CMYK
RGB Variations
Color information
#787B6D (or 0x787B6D) is known color: Gunsmoke. HEX triplet: 78, 7B and 6D. RGB value is (120,123,109). Sum of RGB (Red+Green+Blue) = 120+123+109=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 123 - color contains mainly: green. Hex color #787B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787B6D is #878492. Grayscale: #787878. Windows color (decimal): -8881299 or 7175032. OLE color: 7175032.
HSL color Cylindrical-coordinate representation of color #787B6D: hue angle of 72.86º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #787B6D is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 123 | 109 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.52 |
| HSL | 72.86º | 0.06% | 0.45% | - |
| HSV(B) | 72.86º | 0.11% | 0.48% | - |
| XYZ | 17.59 | 19.26 | 17.26 | - |
| YUV | 120.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 109 | 0.02 | 0 | 0.11 | 0.52 | 72.86 | 0.06 | 0.45 |
| Hex | 78 | 7B | 6D | 2 | 0 | B | 34 | 49 | 6 | 2D |
| Octal | 170 | 173 | 155 | 2 | 0 | 13 | 64 | 111 | 6 | 55 |
| Binary | 1111000 | 1111011 | 1101101 | 10 | 0 | 1011 | 110100 | 1001001 | 110 | 101101 |
Color Harmonies of #787B6D
Complementary color
Monochromatic Colors of #787B6D
Black with #787B6D
Text Example
Text Example
White with #787B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787B6D; }
p { color: rgb(120,123,109); }
H1.HeaderClassName
{
color: #787B6D;
}
.AnyTagClassName
{
color: #787B6D;
}
</style>
background-color css
<style>
a { background-color: #787B6D; }
a { background-color: rgb(120,123,109); }
div.DivClassName
{
background-color: #787B6D;
}
.BgClassName
{
background-color: #787B6D;
}
</style>
border-color css
<style>
span { border-color: #787B6D; }
span { border-color: rgb(120,123,109); }
td.TdClassName
{
border-color: #787B6D;
}
.TagClassName
{
border-color: #787B6D;
}
</style>