Shades of Gunsmoke #787E6E
Tints of Gunsmoke #787E6E
RGB
CMYK
RGB Variations
Color information
#787E6E (or 0x787E6E) is known color: Gunsmoke. HEX triplet: 78, 7E and 6E. RGB value is (120,126,110). Sum of RGB (Red+Green+Blue) = 120+126+110=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 126 - color contains mainly: green. Hex color #787E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787E6E is #878191. Grayscale: #7A7A7A. Windows color (decimal): -8880530 or 7241336. OLE color: 7241336.
HSL color Cylindrical-coordinate representation of color #787E6E: hue angle of 82.5º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #787E6E is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 126 | 110 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.51 |
| HSL | 82.5º | 0.07% | 0.46% | - |
| HSV(B) | 82.5º | 0.13% | 0.49% | - |
| XYZ | 18.02 | 20.04 | 17.67 | - |
| YUV | 122.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 110 | 0.05 | 0 | 0.13 | 0.51 | 82.5 | 0.07 | 0.46 |
| Hex | 78 | 7E | 6E | 5 | 0 | D | 33 | 52 | 7 | 2E |
| Octal | 170 | 176 | 156 | 5 | 0 | 15 | 63 | 122 | 7 | 56 |
| Binary | 1111000 | 1111110 | 1101110 | 101 | 0 | 1101 | 110011 | 1010010 | 111 | 101110 |
Color Harmonies of #787E6E
Complementary color
Monochromatic Colors of #787E6E
Black with #787E6E
Text Example
Text Example
White with #787E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787E6E; }
p { color: rgb(120,126,110); }
H1.HeaderClassName
{
color: #787E6E;
}
.AnyTagClassName
{
color: #787E6E;
}
</style>
background-color css
<style>
a { background-color: #787E6E; }
a { background-color: rgb(120,126,110); }
div.DivClassName
{
background-color: #787E6E;
}
.BgClassName
{
background-color: #787E6E;
}
</style>
border-color css
<style>
span { border-color: #787E6E; }
span { border-color: rgb(120,126,110); }
td.TdClassName
{
border-color: #787E6E;
}
.TagClassName
{
border-color: #787E6E;
}
</style>