Shades of Gunsmoke #747B66
Tints of Gunsmoke #747B66
RGB
CMYK
RGB Variations
Color information
#747B66 (or 0x747B66) is known color: Gunsmoke. HEX triplet: 74, 7B and 66. RGB value is (116,123,102). Sum of RGB (Red+Green+Blue) = 116+123+102=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 123 - color contains mainly: green. Hex color #747B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B66 is #8B8499. Grayscale: #767676. Windows color (decimal): -9143450 or 6716276. OLE color: 6716276.
HSL color Cylindrical-coordinate representation of color #747B66: hue angle of 80º 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 #747B66 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 123 | 102 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.52 |
| HSL | 80º | 0.09% | 0.44% | - |
| HSV(B) | 80º | 0.17% | 0.48% | - |
| XYZ | 16.68 | 18.84 | 15.33 | - |
| YUV | 118.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 102 | 0.06 | 0 | 0.17 | 0.52 | 80 | 0.09 | 0.44 |
| Hex | 74 | 7B | 66 | 6 | 0 | 11 | 34 | 50 | 9 | 2C |
| Octal | 164 | 173 | 146 | 6 | 0 | 21 | 64 | 120 | 11 | 54 |
| Binary | 1110100 | 1111011 | 1100110 | 110 | 0 | 10001 | 110100 | 1010000 | 1001 | 101100 |
Color Harmonies of #747B66
Complementary color
Monochromatic Colors of #747B66
Black with #747B66
Text Example
Text Example
White with #747B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B66; }
p { color: rgb(116,123,102); }
H1.HeaderClassName
{
color: #747B66;
}
.AnyTagClassName
{
color: #747B66;
}
</style>
background-color css
<style>
a { background-color: #747B66; }
a { background-color: rgb(116,123,102); }
div.DivClassName
{
background-color: #747B66;
}
.BgClassName
{
background-color: #747B66;
}
</style>
border-color css
<style>
span { border-color: #747B66; }
span { border-color: rgb(116,123,102); }
td.TdClassName
{
border-color: #747B66;
}
.TagClassName
{
border-color: #747B66;
}
</style>