Shades of Gunsmoke #808773
Tints of Gunsmoke #808773
RGB
CMYK
RGB Variations
Color information
#808773 (or 0x808773) is known color: Gunsmoke. HEX triplet: 80, 87 and 73. RGB value is (128,135,115). Sum of RGB (Red+Green+Blue) = 128+135+115=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 135 - color contains mainly: green. Hex color #808773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808773 is #7F788C. Grayscale: #828282. Windows color (decimal): -8353933 or 7571328. OLE color: 7571328.
HSL color Cylindrical-coordinate representation of color #808773: hue angle of 81º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #808773 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 115 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.47 |
| HSL | 81º | 0.08% | 0.49% | - |
| HSV(B) | 81º | 0.15% | 0.53% | - |
| XYZ | 20.66 | 23.15 | 19.6 | - |
| YUV | 130.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 115 | 0.05 | 0 | 0.15 | 0.47 | 81 | 0.08 | 0.49 |
| Hex | 80 | 87 | 73 | 5 | 0 | F | 2F | 51 | 8 | 31 |
| Octal | 200 | 207 | 163 | 5 | 0 | 17 | 57 | 121 | 10 | 61 |
| Binary | 10000000 | 10000111 | 1110011 | 101 | 0 | 1111 | 101111 | 1010001 | 1000 | 110001 |
Color Harmonies of #808773
Complementary color
Monochromatic Colors of #808773
Black with #808773
Text Example
Text Example
White with #808773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808773; }
p { color: rgb(128,135,115); }
H1.HeaderClassName
{
color: #808773;
}
.AnyTagClassName
{
color: #808773;
}
</style>
background-color css
<style>
a { background-color: #808773; }
a { background-color: rgb(128,135,115); }
div.DivClassName
{
background-color: #808773;
}
.BgClassName
{
background-color: #808773;
}
</style>
border-color css
<style>
span { border-color: #808773; }
span { border-color: rgb(128,135,115); }
td.TdClassName
{
border-color: #808773;
}
.TagClassName
{
border-color: #808773;
}
</style>