Shades of Gunsmoke #818778
Tints of Gunsmoke #818778
RGB
CMYK
RGB Variations
Color information
#818778 (or 0x818778) is known color: Gunsmoke. HEX triplet: 81, 87 and 78. RGB value is (129,135,120). Sum of RGB (Red+Green+Blue) = 129+135+120=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 135 - color contains mainly: green. Hex color #818778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818778 is #7E7887. Grayscale: #838383. Windows color (decimal): -8288392 or 7899009. OLE color: 7899009.
HSL color Cylindrical-coordinate representation of color #818778: hue angle of 84º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #818778 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 135 | 120 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.47 |
| HSL | 84º | 0.06% | 0.5% | - |
| HSV(B) | 84º | 0.11% | 0.53% | - |
| XYZ | 21.11 | 23.35 | 21.16 | - |
| YUV | 131.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 120 | 0.04 | 0 | 0.11 | 0.47 | 84 | 0.06 | 0.5 |
| Hex | 81 | 87 | 78 | 4 | 0 | B | 2F | 54 | 6 | 32 |
| Octal | 201 | 207 | 170 | 4 | 0 | 13 | 57 | 124 | 6 | 62 |
| Binary | 10000001 | 10000111 | 1111000 | 100 | 0 | 1011 | 101111 | 1010100 | 110 | 110010 |
Color Harmonies of #818778
Complementary color
Monochromatic Colors of #818778
Black with #818778
Text Example
Text Example
White with #818778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818778; }
p { color: rgb(129,135,120); }
H1.HeaderClassName
{
color: #818778;
}
.AnyTagClassName
{
color: #818778;
}
</style>
background-color css
<style>
a { background-color: #818778; }
a { background-color: rgb(129,135,120); }
div.DivClassName
{
background-color: #818778;
}
.BgClassName
{
background-color: #818778;
}
</style>
border-color css
<style>
span { border-color: #818778; }
span { border-color: rgb(129,135,120); }
td.TdClassName
{
border-color: #818778;
}
.TagClassName
{
border-color: #818778;
}
</style>