Shades of Gunsmoke #81847A
Tints of Gunsmoke #81847A
RGB
CMYK
RGB Variations
Color information
#81847A (or 0x81847A) is known color: Gunsmoke. HEX triplet: 81, 84 and 7A. RGB value is (129,132,122). Sum of RGB (Red+Green+Blue) = 129+132+122=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 132 - color contains mainly: green. Hex color #81847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81847A is #7E7B85. Grayscale: #818181. Windows color (decimal): -8289158 or 8029313. OLE color: 8029313.
HSL color Cylindrical-coordinate representation of color #81847A: hue angle of 78º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #81847A is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 132 | 122 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.48 |
| HSL | 78º | 0.04% | 0.5% | - |
| HSV(B) | 78º | 0.08% | 0.52% | - |
| XYZ | 20.82 | 22.57 | 21.67 | - |
| YUV | 129.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 132 | 122 | 0.02 | 0 | 0.08 | 0.48 | 78 | 0.04 | 0.5 |
| Hex | 81 | 84 | 7A | 2 | 0 | 8 | 30 | 4E | 4 | 32 |
| Octal | 201 | 204 | 172 | 2 | 0 | 10 | 60 | 116 | 4 | 62 |
| Binary | 10000001 | 10000100 | 1111010 | 10 | 0 | 1000 | 110000 | 1001110 | 100 | 110010 |
Color Harmonies of #81847A
Complementary color
Monochromatic Colors of #81847A
Black with #81847A
Text Example
Text Example
White with #81847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81847A; }
p { color: rgb(129,132,122); }
H1.HeaderClassName
{
color: #81847A;
}
.AnyTagClassName
{
color: #81847A;
}
</style>
background-color css
<style>
a { background-color: #81847A; }
a { background-color: rgb(129,132,122); }
div.DivClassName
{
background-color: #81847A;
}
.BgClassName
{
background-color: #81847A;
}
</style>
border-color css
<style>
span { border-color: #81847A; }
span { border-color: rgb(129,132,122); }
td.TdClassName
{
border-color: #81847A;
}
.TagClassName
{
border-color: #81847A;
}
</style>