Shades of Gunsmoke #818A71
Tints of Gunsmoke #818A71
RGB
CMYK
RGB Variations
Color information
#818A71 (or 0x818A71) is known color: Gunsmoke. HEX triplet: 81, 8A and 71. RGB value is (129,138,113). Sum of RGB (Red+Green+Blue) = 129+138+113=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 138 - color contains mainly: green. Hex color #818A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818A71 is #7E758E. Grayscale: #848484. Windows color (decimal): -8287631 or 7441025. OLE color: 7441025.
HSL color Cylindrical-coordinate representation of color #818A71: hue angle of 81.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #818A71 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 138 | 113 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.46 |
| HSL | 81.6º | 0.1% | 0.49% | - |
| HSV(B) | 81.6º | 0.18% | 0.54% | - |
| XYZ | 21.12 | 24.04 | 19.15 | - |
| YUV | 132.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 113 | 0.07 | 0 | 0.18 | 0.46 | 81.6 | 0.1 | 0.49 |
| Hex | 81 | 8A | 71 | 7 | 0 | 12 | 2E | 52 | A | 31 |
| Octal | 201 | 212 | 161 | 7 | 0 | 22 | 56 | 122 | 12 | 61 |
| Binary | 10000001 | 10001010 | 1110001 | 111 | 0 | 10010 | 101110 | 1010010 | 1010 | 110001 |
Color Harmonies of #818A71
Complementary color
Monochromatic Colors of #818A71
Black with #818A71
Text Example
Text Example
White with #818A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818A71; }
p { color: rgb(129,138,113); }
H1.HeaderClassName
{
color: #818A71;
}
.AnyTagClassName
{
color: #818A71;
}
</style>
background-color css
<style>
a { background-color: #818A71; }
a { background-color: rgb(129,138,113); }
div.DivClassName
{
background-color: #818A71;
}
.BgClassName
{
background-color: #818A71;
}
</style>
border-color css
<style>
span { border-color: #818A71; }
span { border-color: rgb(129,138,113); }
td.TdClassName
{
border-color: #818A71;
}
.TagClassName
{
border-color: #818A71;
}
</style>