Shades of Gunsmoke #747B68
Tints of Gunsmoke #747B68
RGB
CMYK
RGB Variations
Color information
#747B68 (or 0x747B68) is known color: Gunsmoke. HEX triplet: 74, 7B and 68. RGB value is (116,123,104). Sum of RGB (Red+Green+Blue) = 116+123+104=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 123 - color contains mainly: green. Hex color #747B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B68 is #8B8497. Grayscale: #767676. Windows color (decimal): -9143448 or 6847348. OLE color: 6847348.
HSL color Cylindrical-coordinate representation of color #747B68: hue angle of 82.11º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #747B68 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 123 | 104 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.52 |
| HSL | 82.11º | 0.08% | 0.45% | - |
| HSV(B) | 82.11º | 0.15% | 0.48% | - |
| XYZ | 16.78 | 18.88 | 15.86 | - |
| YUV | 118.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 104 | 0.06 | 0 | 0.15 | 0.52 | 82.11 | 0.08 | 0.45 |
| Hex | 74 | 7B | 68 | 6 | 0 | F | 34 | 52 | 8 | 2D |
| Octal | 164 | 173 | 150 | 6 | 0 | 17 | 64 | 122 | 10 | 55 |
| Binary | 1110100 | 1111011 | 1101000 | 110 | 0 | 1111 | 110100 | 1010010 | 1000 | 101101 |
Color Harmonies of #747B68
Complementary color
Monochromatic Colors of #747B68
Black with #747B68
Text Example
Text Example
White with #747B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B68; }
p { color: rgb(116,123,104); }
H1.HeaderClassName
{
color: #747B68;
}
.AnyTagClassName
{
color: #747B68;
}
</style>
background-color css
<style>
a { background-color: #747B68; }
a { background-color: rgb(116,123,104); }
div.DivClassName
{
background-color: #747B68;
}
.BgClassName
{
background-color: #747B68;
}
</style>
border-color css
<style>
span { border-color: #747B68; }
span { border-color: rgb(116,123,104); }
td.TdClassName
{
border-color: #747B68;
}
.TagClassName
{
border-color: #747B68;
}
</style>