Shades of Gunsmoke #747A65
Tints of Gunsmoke #747A65
RGB
CMYK
RGB Variations
Color information
#747A65 (or 0x747A65) is known color: Gunsmoke. HEX triplet: 74, 7A and 65. RGB value is (116,122,101). Sum of RGB (Red+Green+Blue) = 116+122+101=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 122 - color contains mainly: green. Hex color #747A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A65 is #8B859A. Grayscale: #757575. Windows color (decimal): -9143707 or 6650484. OLE color: 6650484.
HSL color Cylindrical-coordinate representation of color #747A65: hue angle of 77.14º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #747A65 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 122 | 101 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.52 |
| HSL | 77.14º | 0.09% | 0.44% | - |
| HSV(B) | 77.14º | 0.17% | 0.48% | - |
| XYZ | 16.51 | 18.57 | 15.03 | - |
| YUV | 117.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 101 | 0.05 | 0 | 0.17 | 0.52 | 77.14 | 0.09 | 0.44 |
| Hex | 74 | 7A | 65 | 5 | 0 | 11 | 34 | 4D | 9 | 2C |
| Octal | 164 | 172 | 145 | 5 | 0 | 21 | 64 | 115 | 11 | 54 |
| Binary | 1110100 | 1111010 | 1100101 | 101 | 0 | 10001 | 110100 | 1001101 | 1001 | 101100 |
Color Harmonies of #747A65
Complementary color
Monochromatic Colors of #747A65
Black with #747A65
Text Example
Text Example
White with #747A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A65; }
p { color: rgb(116,122,101); }
H1.HeaderClassName
{
color: #747A65;
}
.AnyTagClassName
{
color: #747A65;
}
</style>
background-color css
<style>
a { background-color: #747A65; }
a { background-color: rgb(116,122,101); }
div.DivClassName
{
background-color: #747A65;
}
.BgClassName
{
background-color: #747A65;
}
</style>
border-color css
<style>
span { border-color: #747A65; }
span { border-color: rgb(116,122,101); }
td.TdClassName
{
border-color: #747A65;
}
.TagClassName
{
border-color: #747A65;
}
</style>