Shades of Gunsmoke #82837F
Tints of Gunsmoke #82837F
RGB
CMYK
RGB Variations
Color information
#82837F (or 0x82837F) is known color: Gunsmoke. HEX triplet: 82, 83 and 7F. RGB value is (130,131,127). Sum of RGB (Red+Green+Blue) = 130+131+127=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 131 - color contains mainly: green. Hex color #82837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82837F is #7D7C80. Grayscale: #828282. Windows color (decimal): -8223873 or 8356738. OLE color: 8356738.
HSL color Cylindrical-coordinate representation of color #82837F: hue angle of 75º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #82837F is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 131 | 127 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.49 |
| HSL | 75º | 0.02% | 0.51% | - |
| HSV(B) | 75º | 0.03% | 0.51% | - |
| XYZ | 21.15 | 22.51 | 23.31 | - |
| YUV | 130.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 131 | 127 | 0.01 | 0 | 0.03 | 0.49 | 75 | 0.02 | 0.51 |
| Hex | 82 | 83 | 7F | 1 | 0 | 3 | 31 | 4B | 2 | 33 |
| Octal | 202 | 203 | 177 | 1 | 0 | 3 | 61 | 113 | 2 | 63 |
| Binary | 10000010 | 10000011 | 1111111 | 1 | 0 | 11 | 110001 | 1001011 | 10 | 110011 |
Color Harmonies of #82837F
Complementary color
Monochromatic Colors of #82837F
Black with #82837F
Text Example
Text Example
White with #82837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82837F; }
p { color: rgb(130,131,127); }
H1.HeaderClassName
{
color: #82837F;
}
.AnyTagClassName
{
color: #82837F;
}
</style>
background-color css
<style>
a { background-color: #82837F; }
a { background-color: rgb(130,131,127); }
div.DivClassName
{
background-color: #82837F;
}
.BgClassName
{
background-color: #82837F;
}
</style>
border-color css
<style>
span { border-color: #82837F; }
span { border-color: rgb(130,131,127); }
td.TdClassName
{
border-color: #82837F;
}
.TagClassName
{
border-color: #82837F;
}
</style>