Shades of Gunsmoke #74786E
Tints of Gunsmoke #74786E
RGB
CMYK
RGB Variations
Color information
#74786E (or 0x74786E) is known color: Gunsmoke. HEX triplet: 74, 78 and 6E. RGB value is (116,120,110). Sum of RGB (Red+Green+Blue) = 116+120+110=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 120 - color contains mainly: green. Hex color #74786E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74786E is #8B8791. Grayscale: #757575. Windows color (decimal): -9144210 or 7239796. OLE color: 7239796.
HSL color Cylindrical-coordinate representation of color #74786E: hue angle of 84º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #74786E is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 120 | 110 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.53 |
| HSL | 84º | 0.04% | 0.45% | - |
| HSV(B) | 84º | 0.08% | 0.47% | - |
| XYZ | 16.73 | 18.27 | 17.4 | - |
| YUV | 117.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 110 | 0.03 | 0 | 0.08 | 0.53 | 84 | 0.04 | 0.45 |
| Hex | 74 | 78 | 6E | 3 | 0 | 8 | 35 | 54 | 4 | 2D |
| Octal | 164 | 170 | 156 | 3 | 0 | 10 | 65 | 124 | 4 | 55 |
| Binary | 1110100 | 1111000 | 1101110 | 11 | 0 | 1000 | 110101 | 1010100 | 100 | 101101 |
Color Harmonies of #74786E
Complementary color
Monochromatic Colors of #74786E
Black with #74786E
Text Example
Text Example
White with #74786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74786E; }
p { color: rgb(116,120,110); }
H1.HeaderClassName
{
color: #74786E;
}
.AnyTagClassName
{
color: #74786E;
}
</style>
background-color css
<style>
a { background-color: #74786E; }
a { background-color: rgb(116,120,110); }
div.DivClassName
{
background-color: #74786E;
}
.BgClassName
{
background-color: #74786E;
}
</style>
border-color css
<style>
span { border-color: #74786E; }
span { border-color: rgb(116,120,110); }
td.TdClassName
{
border-color: #74786E;
}
.TagClassName
{
border-color: #74786E;
}
</style>