Shades of Gunsmoke #828B6B
Tints of Gunsmoke #828B6B
RGB
CMYK
RGB Variations
Color information
#828B6B (or 0x828B6B) is known color: Gunsmoke. HEX triplet: 82, 8B and 6B. RGB value is (130,139,107). Sum of RGB (Red+Green+Blue) = 130+139+107=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 139 - color contains mainly: green. Hex color #828B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B6B is #7D7494. Grayscale: #848484. Windows color (decimal): -8221845 or 7048066. OLE color: 7048066.
HSL color Cylindrical-coordinate representation of color #828B6B: hue angle of 76.88º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #828B6B is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 107 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.45 |
| HSL | 76.88º | 0.13% | 0.48% | - |
| HSV(B) | 76.88º | 0.23% | 0.55% | - |
| XYZ | 21.09 | 24.27 | 17.48 | - |
| YUV | 132.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 107 | 0.06 | 0 | 0.23 | 0.45 | 76.88 | 0.13 | 0.48 |
| Hex | 82 | 8B | 6B | 6 | 0 | 17 | 2D | 4D | D | 30 |
| Octal | 202 | 213 | 153 | 6 | 0 | 27 | 55 | 115 | 15 | 60 |
| Binary | 10000010 | 10001011 | 1101011 | 110 | 0 | 10111 | 101101 | 1001101 | 1101 | 110000 |
Color Harmonies of #828B6B
Complementary color
Monochromatic Colors of #828B6B
Black with #828B6B
Text Example
Text Example
White with #828B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B6B; }
p { color: rgb(130,139,107); }
H1.HeaderClassName
{
color: #828B6B;
}
.AnyTagClassName
{
color: #828B6B;
}
</style>
background-color css
<style>
a { background-color: #828B6B; }
a { background-color: rgb(130,139,107); }
div.DivClassName
{
background-color: #828B6B;
}
.BgClassName
{
background-color: #828B6B;
}
</style>
border-color css
<style>
span { border-color: #828B6B; }
span { border-color: rgb(130,139,107); }
td.TdClassName
{
border-color: #828B6B;
}
.TagClassName
{
border-color: #828B6B;
}
</style>