Shades of Gunsmoke #747B65
Tints of Gunsmoke #747B65
RGB
CMYK
RGB Variations
Color information
#747B65 (or 0x747B65) is known color: Gunsmoke. HEX triplet: 74, 7B and 65. RGB value is (116,123,101). Sum of RGB (Red+Green+Blue) = 116+123+101=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 123 - color contains mainly: green. Hex color #747B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B65 is #8B849A. Grayscale: #767676. Windows color (decimal): -9143451 or 6650740. OLE color: 6650740.
HSL color Cylindrical-coordinate representation of color #747B65: hue angle of 79.09º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #747B65 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 123 | 101 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.52 |
| HSL | 79.09º | 0.1% | 0.44% | - |
| HSV(B) | 79.09º | 0.18% | 0.48% | - |
| XYZ | 16.63 | 18.82 | 15.07 | - |
| YUV | 118.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 101 | 0.06 | 0 | 0.18 | 0.52 | 79.09 | 0.1 | 0.44 |
| Hex | 74 | 7B | 65 | 6 | 0 | 12 | 34 | 4F | A | 2C |
| Octal | 164 | 173 | 145 | 6 | 0 | 22 | 64 | 117 | 12 | 54 |
| Binary | 1110100 | 1111011 | 1100101 | 110 | 0 | 10010 | 110100 | 1001111 | 1010 | 101100 |
Color Harmonies of #747B65
Complementary color
Monochromatic Colors of #747B65
Black with #747B65
Text Example
Text Example
White with #747B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B65; }
p { color: rgb(116,123,101); }
H1.HeaderClassName
{
color: #747B65;
}
.AnyTagClassName
{
color: #747B65;
}
</style>
background-color css
<style>
a { background-color: #747B65; }
a { background-color: rgb(116,123,101); }
div.DivClassName
{
background-color: #747B65;
}
.BgClassName
{
background-color: #747B65;
}
</style>
border-color css
<style>
span { border-color: #747B65; }
span { border-color: rgb(116,123,101); }
td.TdClassName
{
border-color: #747B65;
}
.TagClassName
{
border-color: #747B65;
}
</style>