Shades of Gunsmoke #798264
Tints of Gunsmoke #798264
RGB
CMYK
RGB Variations
Color information
#798264 (or 0x798264) is known color: Gunsmoke. HEX triplet: 79, 82 and 64. RGB value is (121,130,100). Sum of RGB (Red+Green+Blue) = 121+130+100=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 130 - color contains mainly: green. Hex color #798264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798264 is #867D9B. Grayscale: #7C7C7C. Windows color (decimal): -8813980 or 6587001. OLE color: 6587001.
HSL color Cylindrical-coordinate representation of color #798264: hue angle of 78º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #798264 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 130 | 100 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.49 |
| HSL | 78º | 0.13% | 0.45% | - |
| HSV(B) | 78º | 0.23% | 0.51% | - |
| XYZ | 18.17 | 20.95 | 15.14 | - |
| YUV | 123.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 100 | 0.07 | 0 | 0.23 | 0.49 | 78 | 0.13 | 0.45 |
| Hex | 79 | 82 | 64 | 7 | 0 | 17 | 31 | 4E | D | 2D |
| Octal | 171 | 202 | 144 | 7 | 0 | 27 | 61 | 116 | 15 | 55 |
| Binary | 1111001 | 10000010 | 1100100 | 111 | 0 | 10111 | 110001 | 1001110 | 1101 | 101101 |
Color Harmonies of #798264
Complementary color
Monochromatic Colors of #798264
Black with #798264
Text Example
Text Example
White with #798264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798264; }
p { color: rgb(121,130,100); }
H1.HeaderClassName
{
color: #798264;
}
.AnyTagClassName
{
color: #798264;
}
</style>
background-color css
<style>
a { background-color: #798264; }
a { background-color: rgb(121,130,100); }
div.DivClassName
{
background-color: #798264;
}
.BgClassName
{
background-color: #798264;
}
</style>
border-color css
<style>
span { border-color: #798264; }
span { border-color: rgb(121,130,100); }
td.TdClassName
{
border-color: #798264;
}
.TagClassName
{
border-color: #798264;
}
</style>