Shades of Gunsmoke #747A6C
Tints of Gunsmoke #747A6C
RGB
CMYK
RGB Variations
Color information
#747A6C (or 0x747A6C) is known color: Gunsmoke. HEX triplet: 74, 7A and 6C. RGB value is (116,122,108). Sum of RGB (Red+Green+Blue) = 116+122+108=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 122 - color contains mainly: green. Hex color #747A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A6C is #8B8593. Grayscale: #767676. Windows color (decimal): -9143700 or 7109236. OLE color: 7109236.
HSL color Cylindrical-coordinate representation of color #747A6C: hue angle of 85.71º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #747A6C is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 122 | 108 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.52 |
| HSL | 85.71º | 0.06% | 0.45% | - |
| HSV(B) | 85.71º | 0.11% | 0.48% | - |
| XYZ | 16.87 | 18.71 | 16.91 | - |
| YUV | 118.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 108 | 0.05 | 0 | 0.11 | 0.52 | 85.71 | 0.06 | 0.45 |
| Hex | 74 | 7A | 6C | 5 | 0 | B | 34 | 56 | 6 | 2D |
| Octal | 164 | 172 | 154 | 5 | 0 | 13 | 64 | 126 | 6 | 55 |
| Binary | 1110100 | 1111010 | 1101100 | 101 | 0 | 1011 | 110100 | 1010110 | 110 | 101101 |
Color Harmonies of #747A6C
Complementary color
Monochromatic Colors of #747A6C
Black with #747A6C
Text Example
Text Example
White with #747A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A6C; }
p { color: rgb(116,122,108); }
H1.HeaderClassName
{
color: #747A6C;
}
.AnyTagClassName
{
color: #747A6C;
}
</style>
background-color css
<style>
a { background-color: #747A6C; }
a { background-color: rgb(116,122,108); }
div.DivClassName
{
background-color: #747A6C;
}
.BgClassName
{
background-color: #747A6C;
}
</style>
border-color css
<style>
span { border-color: #747A6C; }
span { border-color: rgb(116,122,108); }
td.TdClassName
{
border-color: #747A6C;
}
.TagClassName
{
border-color: #747A6C;
}
</style>