Shades of Gunsmoke #747573
Tints of Gunsmoke #747573
RGB
CMYK
RGB Variations
Color information
#747573 (or 0x747573) is known color: Gunsmoke. HEX triplet: 74, 75 and 73. RGB value is (116,117,115). Sum of RGB (Red+Green+Blue) = 116+117+115=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 117 - color contains mainly: green. Hex color #747573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747573 is #8B8A8C. Grayscale: #747474. Windows color (decimal): -9144973 or 7566708. OLE color: 7566708.
HSL color Cylindrical-coordinate representation of color #747573: hue angle of 90º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #747573 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 115 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.54 |
| HSL | 90º | 0.01% | 0.45% | - |
| HSV(B) | 90º | 0.02% | 0.46% | - |
| XYZ | 16.66 | 17.67 | 18.75 | - |
| YUV | 116.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 115 | 0.01 | 0 | 0.02 | 0.54 | 90 | 0.01 | 0.45 |
| Hex | 74 | 75 | 73 | 1 | 0 | 2 | 36 | 5A | 1 | 2D |
| Octal | 164 | 165 | 163 | 1 | 0 | 2 | 66 | 132 | 1 | 55 |
| Binary | 1110100 | 1110101 | 1110011 | 1 | 0 | 10 | 110110 | 1011010 | 1 | 101101 |
Color Harmonies of #747573
Complementary color
Monochromatic Colors of #747573
Black with #747573
Text Example
Text Example
White with #747573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747573; }
p { color: rgb(116,117,115); }
H1.HeaderClassName
{
color: #747573;
}
.AnyTagClassName
{
color: #747573;
}
</style>
background-color css
<style>
a { background-color: #747573; }
a { background-color: rgb(116,117,115); }
div.DivClassName
{
background-color: #747573;
}
.BgClassName
{
background-color: #747573;
}
</style>
border-color css
<style>
span { border-color: #747573; }
span { border-color: rgb(116,117,115); }
td.TdClassName
{
border-color: #747573;
}
.TagClassName
{
border-color: #747573;
}
</style>