Shades of Gunsmoke #808574
Tints of Gunsmoke #808574
RGB
CMYK
RGB Variations
Color information
#808574 (or 0x808574) is known color: Gunsmoke. HEX triplet: 80, 85 and 74. RGB value is (128,133,116). Sum of RGB (Red+Green+Blue) = 128+133+116=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 133 - color contains mainly: green. Hex color #808574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808574 is #7F7A8B. Grayscale: #818181. Windows color (decimal): -8354444 or 7636352. OLE color: 7636352.
HSL color Cylindrical-coordinate representation of color #808574: hue angle of 77.65º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #808574 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 116 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.48 |
| HSL | 77.65º | 0.07% | 0.49% | - |
| HSV(B) | 77.65º | 0.13% | 0.52% | - |
| XYZ | 20.44 | 22.63 | 19.81 | - |
| YUV | 129.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 116 | 0.04 | 0 | 0.13 | 0.48 | 77.65 | 0.07 | 0.49 |
| Hex | 80 | 85 | 74 | 4 | 0 | D | 30 | 4E | 7 | 31 |
| Octal | 200 | 205 | 164 | 4 | 0 | 15 | 60 | 116 | 7 | 61 |
| Binary | 10000000 | 10000101 | 1110100 | 100 | 0 | 1101 | 110000 | 1001110 | 111 | 110001 |
Color Harmonies of #808574
Complementary color
Monochromatic Colors of #808574
Black with #808574
Text Example
Text Example
White with #808574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808574; }
p { color: rgb(128,133,116); }
H1.HeaderClassName
{
color: #808574;
}
.AnyTagClassName
{
color: #808574;
}
</style>
background-color css
<style>
a { background-color: #808574; }
a { background-color: rgb(128,133,116); }
div.DivClassName
{
background-color: #808574;
}
.BgClassName
{
background-color: #808574;
}
</style>
border-color css
<style>
span { border-color: #808574; }
span { border-color: rgb(128,133,116); }
td.TdClassName
{
border-color: #808574;
}
.TagClassName
{
border-color: #808574;
}
</style>