Shades of Gunsmoke #747A66
Tints of Gunsmoke #747A66
RGB
CMYK
RGB Variations
Color information
#747A66 (or 0x747A66) is known color: Gunsmoke. HEX triplet: 74, 7A and 66. RGB value is (116,122,102). Sum of RGB (Red+Green+Blue) = 116+122+102=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 122 - color contains mainly: green. Hex color #747A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A66 is #8B8599. Grayscale: #757575. Windows color (decimal): -9143706 or 6716020. OLE color: 6716020.
HSL color Cylindrical-coordinate representation of color #747A66: hue angle of 78º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #747A66 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 122 | 102 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.52 |
| HSL | 78º | 0.09% | 0.44% | - |
| HSV(B) | 78º | 0.16% | 0.48% | - |
| XYZ | 16.56 | 18.59 | 15.29 | - |
| YUV | 117.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 102 | 0.05 | 0 | 0.16 | 0.52 | 78 | 0.09 | 0.44 |
| Hex | 74 | 7A | 66 | 5 | 0 | 10 | 34 | 4E | 9 | 2C |
| Octal | 164 | 172 | 146 | 5 | 0 | 20 | 64 | 116 | 11 | 54 |
| Binary | 1110100 | 1111010 | 1100110 | 101 | 0 | 10000 | 110100 | 1001110 | 1001 | 101100 |
Color Harmonies of #747A66
Complementary color
Monochromatic Colors of #747A66
Black with #747A66
Text Example
Text Example
White with #747A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A66; }
p { color: rgb(116,122,102); }
H1.HeaderClassName
{
color: #747A66;
}
.AnyTagClassName
{
color: #747A66;
}
</style>
background-color css
<style>
a { background-color: #747A66; }
a { background-color: rgb(116,122,102); }
div.DivClassName
{
background-color: #747A66;
}
.BgClassName
{
background-color: #747A66;
}
</style>
border-color css
<style>
span { border-color: #747A66; }
span { border-color: rgb(116,122,102); }
td.TdClassName
{
border-color: #747A66;
}
.TagClassName
{
border-color: #747A66;
}
</style>