Shades of Gunsmoke #81847C
Tints of Gunsmoke #81847C
RGB
CMYK
RGB Variations
Color information
#81847C (or 0x81847C) is known color: Gunsmoke. HEX triplet: 81, 84 and 7C. RGB value is (129,132,124). Sum of RGB (Red+Green+Blue) = 129+132+124=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 132 - color contains mainly: green. Hex color #81847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81847C is #7E7B83. Grayscale: #828282. Windows color (decimal): -8289156 or 8160385. OLE color: 8160385.
HSL color Cylindrical-coordinate representation of color #81847C: hue angle of 82.5º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #81847C is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 132 | 124 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.48 |
| HSL | 82.5º | 0.03% | 0.5% | - |
| HSV(B) | 82.5º | 0.06% | 0.52% | - |
| XYZ | 20.94 | 22.62 | 22.33 | - |
| YUV | 130.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 132 | 124 | 0.02 | 0 | 0.06 | 0.48 | 82.5 | 0.03 | 0.5 |
| Hex | 81 | 84 | 7C | 2 | 0 | 6 | 30 | 52 | 3 | 32 |
| Octal | 201 | 204 | 174 | 2 | 0 | 6 | 60 | 122 | 3 | 62 |
| Binary | 10000001 | 10000100 | 1111100 | 10 | 0 | 110 | 110000 | 1010010 | 11 | 110010 |
Color Harmonies of #81847C
Complementary color
Monochromatic Colors of #81847C
Black with #81847C
Text Example
Text Example
White with #81847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81847C; }
p { color: rgb(129,132,124); }
H1.HeaderClassName
{
color: #81847C;
}
.AnyTagClassName
{
color: #81847C;
}
</style>
background-color css
<style>
a { background-color: #81847C; }
a { background-color: rgb(129,132,124); }
div.DivClassName
{
background-color: #81847C;
}
.BgClassName
{
background-color: #81847C;
}
</style>
border-color css
<style>
span { border-color: #81847C; }
span { border-color: rgb(129,132,124); }
td.TdClassName
{
border-color: #81847C;
}
.TagClassName
{
border-color: #81847C;
}
</style>