Shades of Gunsmoke #747A6B
Tints of Gunsmoke #747A6B
RGB
CMYK
RGB Variations
Color information
#747A6B (or 0x747A6B) is known color: Gunsmoke. HEX triplet: 74, 7A and 6B. RGB value is (116,122,107). Sum of RGB (Red+Green+Blue) = 116+122+107=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 122 - color contains mainly: green. Hex color #747A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A6B is #8B8594. Grayscale: #767676. Windows color (decimal): -9143701 or 7043700. OLE color: 7043700.
HSL color Cylindrical-coordinate representation of color #747A6B: hue angle of 84º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #747A6B is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 122 | 107 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.52 |
| HSL | 84º | 0.07% | 0.45% | - |
| HSV(B) | 84º | 0.12% | 0.48% | - |
| XYZ | 16.82 | 18.69 | 16.63 | - |
| YUV | 118.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 107 | 0.05 | 0 | 0.12 | 0.52 | 84 | 0.07 | 0.45 |
| Hex | 74 | 7A | 6B | 5 | 0 | C | 34 | 54 | 7 | 2D |
| Octal | 164 | 172 | 153 | 5 | 0 | 14 | 64 | 124 | 7 | 55 |
| Binary | 1110100 | 1111010 | 1101011 | 101 | 0 | 1100 | 110100 | 1010100 | 111 | 101101 |
Color Harmonies of #747A6B
Complementary color
Monochromatic Colors of #747A6B
Black with #747A6B
Text Example
Text Example
White with #747A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A6B; }
p { color: rgb(116,122,107); }
H1.HeaderClassName
{
color: #747A6B;
}
.AnyTagClassName
{
color: #747A6B;
}
</style>
background-color css
<style>
a { background-color: #747A6B; }
a { background-color: rgb(116,122,107); }
div.DivClassName
{
background-color: #747A6B;
}
.BgClassName
{
background-color: #747A6B;
}
</style>
border-color css
<style>
span { border-color: #747A6B; }
span { border-color: rgb(116,122,107); }
td.TdClassName
{
border-color: #747A6B;
}
.TagClassName
{
border-color: #747A6B;
}
</style>