Shades of Gunsmoke #828779
Tints of Gunsmoke #828779
RGB
CMYK
RGB Variations
Color information
#828779 (or 0x828779) is known color: Gunsmoke. HEX triplet: 82, 87 and 79. RGB value is (130,135,121). Sum of RGB (Red+Green+Blue) = 130+135+121=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 135 - color contains mainly: green. Hex color #828779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828779 is #7D7886. Grayscale: #838383. Windows color (decimal): -8222855 or 7964546. OLE color: 7964546.
HSL color Cylindrical-coordinate representation of color #828779: hue angle of 81.43º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #828779 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 135 | 121 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.47 |
| HSL | 81.43º | 0.06% | 0.5% | - |
| HSV(B) | 81.43º | 0.1% | 0.53% | - |
| XYZ | 21.32 | 23.45 | 21.49 | - |
| YUV | 131.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 121 | 0.04 | 0 | 0.10 | 0.47 | 81.43 | 0.06 | 0.5 |
| Hex | 82 | 87 | 79 | 4 | 0 | A | 2F | 51 | 6 | 32 |
| Octal | 202 | 207 | 171 | 4 | 0 | 12 | 57 | 121 | 6 | 62 |
| Binary | 10000010 | 10000111 | 1111001 | 100 | 0 | 1010 | 101111 | 1010001 | 110 | 110010 |
Color Harmonies of #828779
Complementary color
Monochromatic Colors of #828779
Black with #828779
Text Example
Text Example
White with #828779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828779; }
p { color: rgb(130,135,121); }
H1.HeaderClassName
{
color: #828779;
}
.AnyTagClassName
{
color: #828779;
}
</style>
background-color css
<style>
a { background-color: #828779; }
a { background-color: rgb(130,135,121); }
div.DivClassName
{
background-color: #828779;
}
.BgClassName
{
background-color: #828779;
}
</style>
border-color css
<style>
span { border-color: #828779; }
span { border-color: rgb(130,135,121); }
td.TdClassName
{
border-color: #828779;
}
.TagClassName
{
border-color: #828779;
}
</style>