Shades of Gunsmoke #788163
Tints of Gunsmoke #788163
RGB
CMYK
RGB Variations
Color information
#788163 (or 0x788163) is known color: Gunsmoke. HEX triplet: 78, 81 and 63. RGB value is (120,129,99). Sum of RGB (Red+Green+Blue) = 120+129+99=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 129 - color contains mainly: green. Hex color #788163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788163 is #877E9C. Grayscale: #7B7B7B. Windows color (decimal): -8879773 or 6521208. OLE color: 6521208.
HSL color Cylindrical-coordinate representation of color #788163: 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 #788163 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 129 | 99 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.49 |
| HSL | 78º | 0.13% | 0.45% | - |
| HSV(B) | 78º | 0.23% | 0.51% | - |
| XYZ | 17.85 | 20.59 | 14.84 | - |
| YUV | 122.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 99 | 0.07 | 0 | 0.23 | 0.49 | 78 | 0.13 | 0.45 |
| Hex | 78 | 81 | 63 | 7 | 0 | 17 | 31 | 4E | D | 2D |
| Octal | 170 | 201 | 143 | 7 | 0 | 27 | 61 | 116 | 15 | 55 |
| Binary | 1111000 | 10000001 | 1100011 | 111 | 0 | 10111 | 110001 | 1001110 | 1101 | 101101 |
Color Harmonies of #788163
Complementary color
Monochromatic Colors of #788163
Black with #788163
Text Example
Text Example
White with #788163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788163; }
p { color: rgb(120,129,99); }
H1.HeaderClassName
{
color: #788163;
}
.AnyTagClassName
{
color: #788163;
}
</style>
background-color css
<style>
a { background-color: #788163; }
a { background-color: rgb(120,129,99); }
div.DivClassName
{
background-color: #788163;
}
.BgClassName
{
background-color: #788163;
}
</style>
border-color css
<style>
span { border-color: #788163; }
span { border-color: rgb(120,129,99); }
td.TdClassName
{
border-color: #788163;
}
.TagClassName
{
border-color: #788163;
}
</style>