Shades of Gunsmoke #737669
Tints of Gunsmoke #737669
RGB
CMYK
RGB Variations
Color information
#737669 (or 0x737669) is known color: Gunsmoke. HEX triplet: 73, 76 and 69. RGB value is (115,118,105). Sum of RGB (Red+Green+Blue) = 115+118+105=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 118 - color contains mainly: green. Hex color #737669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737669 is #8C8996. Grayscale: #737373. Windows color (decimal): -9210263 or 6911603. OLE color: 6911603.
HSL color Cylindrical-coordinate representation of color #737669: hue angle of 73.85º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #737669 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 118 | 105 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.54 |
| HSL | 73.85º | 0.06% | 0.44% | - |
| HSV(B) | 73.85º | 0.11% | 0.46% | - |
| XYZ | 16.1 | 17.62 | 15.92 | - |
| YUV | 115.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 105 | 0.03 | 0 | 0.11 | 0.54 | 73.85 | 0.06 | 0.44 |
| Hex | 73 | 76 | 69 | 3 | 0 | B | 36 | 4A | 6 | 2C |
| Octal | 163 | 166 | 151 | 3 | 0 | 13 | 66 | 112 | 6 | 54 |
| Binary | 1110011 | 1110110 | 1101001 | 11 | 0 | 1011 | 110110 | 1001010 | 110 | 101100 |
Color Harmonies of #737669
Complementary color
Monochromatic Colors of #737669
Black with #737669
Text Example
Text Example
White with #737669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737669; }
p { color: rgb(115,118,105); }
H1.HeaderClassName
{
color: #737669;
}
.AnyTagClassName
{
color: #737669;
}
</style>
background-color css
<style>
a { background-color: #737669; }
a { background-color: rgb(115,118,105); }
div.DivClassName
{
background-color: #737669;
}
.BgClassName
{
background-color: #737669;
}
</style>
border-color css
<style>
span { border-color: #737669; }
span { border-color: rgb(115,118,105); }
td.TdClassName
{
border-color: #737669;
}
.TagClassName
{
border-color: #737669;
}
</style>