Shades of Gunsmoke #747B64
Tints of Gunsmoke #747B64
RGB
CMYK
RGB Variations
Color information
#747B64 (or 0x747B64) is known color: Gunsmoke. HEX triplet: 74, 7B and 64. RGB value is (116,123,100). Sum of RGB (Red+Green+Blue) = 116+123+100=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 123 - color contains mainly: green. Hex color #747B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B64 is #8B849B. Grayscale: #767676. Windows color (decimal): -9143452 or 6585204. OLE color: 6585204.
HSL color Cylindrical-coordinate representation of color #747B64: hue angle of 78.26º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #747B64 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 123 | 100 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.52 |
| HSL | 78.26º | 0.1% | 0.44% | - |
| HSV(B) | 78.26º | 0.19% | 0.48% | - |
| XYZ | 16.59 | 18.8 | 14.81 | - |
| YUV | 118.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 100 | 0.06 | 0 | 0.19 | 0.52 | 78.26 | 0.1 | 0.44 |
| Hex | 74 | 7B | 64 | 6 | 0 | 13 | 34 | 4E | A | 2C |
| Octal | 164 | 173 | 144 | 6 | 0 | 23 | 64 | 116 | 12 | 54 |
| Binary | 1110100 | 1111011 | 1100100 | 110 | 0 | 10011 | 110100 | 1001110 | 1010 | 101100 |
Color Harmonies of #747B64
Complementary color
Monochromatic Colors of #747B64
Black with #747B64
Text Example
Text Example
White with #747B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B64; }
p { color: rgb(116,123,100); }
H1.HeaderClassName
{
color: #747B64;
}
.AnyTagClassName
{
color: #747B64;
}
</style>
background-color css
<style>
a { background-color: #747B64; }
a { background-color: rgb(116,123,100); }
div.DivClassName
{
background-color: #747B64;
}
.BgClassName
{
background-color: #747B64;
}
</style>
border-color css
<style>
span { border-color: #747B64; }
span { border-color: rgb(116,123,100); }
td.TdClassName
{
border-color: #747B64;
}
.TagClassName
{
border-color: #747B64;
}
</style>