Shades of Gunsmoke #73746F
Tints of Gunsmoke #73746F
RGB
CMYK
RGB Variations
Color information
#73746F (or 0x73746F) is known color: Gunsmoke. HEX triplet: 73, 74 and 6F. RGB value is (115,116,111). Sum of RGB (Red+Green+Blue) = 115+116+111=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 116 - color contains mainly: green. Hex color #73746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73746F is #8C8B90. Grayscale: #737373. Windows color (decimal): -9210769 or 7304307. OLE color: 7304307.
HSL color Cylindrical-coordinate representation of color #73746F: hue angle of 72º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #73746F is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 111 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.55 |
| HSL | 72º | 0.02% | 0.45% | - |
| HSV(B) | 72º | 0.04% | 0.45% | - |
| XYZ | 16.18 | 17.28 | 17.52 | - |
| YUV | 115.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 111 | 0.01 | 0 | 0.04 | 0.55 | 72 | 0.02 | 0.45 |
| Hex | 73 | 74 | 6F | 1 | 0 | 4 | 37 | 48 | 2 | 2D |
| Octal | 163 | 164 | 157 | 1 | 0 | 4 | 67 | 110 | 2 | 55 |
| Binary | 1110011 | 1110100 | 1101111 | 1 | 0 | 100 | 110111 | 1001000 | 10 | 101101 |
Color Harmonies of #73746F
Complementary color
Monochromatic Colors of #73746F
Black with #73746F
Text Example
Text Example
White with #73746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73746F; }
p { color: rgb(115,116,111); }
H1.HeaderClassName
{
color: #73746F;
}
.AnyTagClassName
{
color: #73746F;
}
</style>
background-color css
<style>
a { background-color: #73746F; }
a { background-color: rgb(115,116,111); }
div.DivClassName
{
background-color: #73746F;
}
.BgClassName
{
background-color: #73746F;
}
</style>
border-color css
<style>
span { border-color: #73746F; }
span { border-color: rgb(115,116,111); }
td.TdClassName
{
border-color: #73746F;
}
.TagClassName
{
border-color: #73746F;
}
</style>