Shades of Gunsmoke #737869
Tints of Gunsmoke #737869
RGB
CMYK
RGB Variations
Color information
#737869 (or 0x737869) is known color: Gunsmoke. HEX triplet: 73, 78 and 69. RGB value is (115,120,105). Sum of RGB (Red+Green+Blue) = 115+120+105=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 120 - color contains mainly: green. Hex color #737869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737869 is #8C8796. Grayscale: #747474. Windows color (decimal): -9209751 or 6912115. OLE color: 6912115.
HSL color Cylindrical-coordinate representation of color #737869: hue angle of 80º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #737869 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 120 | 105 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.53 |
| HSL | 80º | 0.07% | 0.44% | - |
| HSV(B) | 80º | 0.13% | 0.47% | - |
| XYZ | 16.34 | 18.1 | 16 | - |
| YUV | 116.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 105 | 0.04 | 0 | 0.13 | 0.53 | 80 | 0.07 | 0.44 |
| Hex | 73 | 78 | 69 | 4 | 0 | D | 35 | 50 | 7 | 2C |
| Octal | 163 | 170 | 151 | 4 | 0 | 15 | 65 | 120 | 7 | 54 |
| Binary | 1110011 | 1111000 | 1101001 | 100 | 0 | 1101 | 110101 | 1010000 | 111 | 101100 |
Color Harmonies of #737869
Complementary color
Monochromatic Colors of #737869
Black with #737869
Text Example
Text Example
White with #737869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737869; }
p { color: rgb(115,120,105); }
H1.HeaderClassName
{
color: #737869;
}
.AnyTagClassName
{
color: #737869;
}
</style>
background-color css
<style>
a { background-color: #737869; }
a { background-color: rgb(115,120,105); }
div.DivClassName
{
background-color: #737869;
}
.BgClassName
{
background-color: #737869;
}
</style>
border-color css
<style>
span { border-color: #737869; }
span { border-color: rgb(115,120,105); }
td.TdClassName
{
border-color: #737869;
}
.TagClassName
{
border-color: #737869;
}
</style>