Shades of Gunsmoke #737969
Tints of Gunsmoke #737969
RGB
CMYK
RGB Variations
Color information
#737969 (or 0x737969) is known color: Gunsmoke. HEX triplet: 73, 79 and 69. RGB value is (115,121,105). Sum of RGB (Red+Green+Blue) = 115+121+105=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 121 - color contains mainly: green. Hex color #737969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737969 is #8C8696. Grayscale: #757575. Windows color (decimal): -9209495 or 6912371. OLE color: 6912371.
HSL color Cylindrical-coordinate representation of color #737969: hue angle of 82.5º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #737969 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 121 | 105 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.53 |
| HSL | 82.5º | 0.07% | 0.44% | - |
| HSV(B) | 82.5º | 0.13% | 0.47% | - |
| XYZ | 16.46 | 18.34 | 16.04 | - |
| YUV | 117.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 121 | 105 | 0.05 | 0 | 0.13 | 0.53 | 82.5 | 0.07 | 0.44 |
| Hex | 73 | 79 | 69 | 5 | 0 | D | 35 | 52 | 7 | 2C |
| Octal | 163 | 171 | 151 | 5 | 0 | 15 | 65 | 122 | 7 | 54 |
| Binary | 1110011 | 1111001 | 1101001 | 101 | 0 | 1101 | 110101 | 1010010 | 111 | 101100 |
Color Harmonies of #737969
Complementary color
Monochromatic Colors of #737969
Black with #737969
Text Example
Text Example
White with #737969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737969; }
p { color: rgb(115,121,105); }
H1.HeaderClassName
{
color: #737969;
}
.AnyTagClassName
{
color: #737969;
}
</style>
background-color css
<style>
a { background-color: #737969; }
a { background-color: rgb(115,121,105); }
div.DivClassName
{
background-color: #737969;
}
.BgClassName
{
background-color: #737969;
}
</style>
border-color css
<style>
span { border-color: #737969; }
span { border-color: rgb(115,121,105); }
td.TdClassName
{
border-color: #737969;
}
.TagClassName
{
border-color: #737969;
}
</style>