Shades of Gunsmoke #818876
Tints of Gunsmoke #818876
RGB
CMYK
RGB Variations
Color information
#818876 (or 0x818876) is known color: Gunsmoke. HEX triplet: 81, 88 and 76. RGB value is (129,136,118). Sum of RGB (Red+Green+Blue) = 129+136+118=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 136 - color contains mainly: green. Hex color #818876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818876 is #7E7789. Grayscale: #838383. Windows color (decimal): -8288138 or 7768193. OLE color: 7768193.
HSL color Cylindrical-coordinate representation of color #818876: hue angle of 83.33º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #818876 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 136 | 118 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.47 |
| HSL | 83.33º | 0.07% | 0.5% | - |
| HSV(B) | 83.33º | 0.13% | 0.53% | - |
| XYZ | 21.13 | 23.58 | 20.58 | - |
| YUV | 131.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 136 | 118 | 0.05 | 0 | 0.13 | 0.47 | 83.33 | 0.07 | 0.5 |
| Hex | 81 | 88 | 76 | 5 | 0 | D | 2F | 53 | 7 | 32 |
| Octal | 201 | 210 | 166 | 5 | 0 | 15 | 57 | 123 | 7 | 62 |
| Binary | 10000001 | 10001000 | 1110110 | 101 | 0 | 1101 | 101111 | 1010011 | 111 | 110010 |
Color Harmonies of #818876
Complementary color
Monochromatic Colors of #818876
Black with #818876
Text Example
Text Example
White with #818876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818876; }
p { color: rgb(129,136,118); }
H1.HeaderClassName
{
color: #818876;
}
.AnyTagClassName
{
color: #818876;
}
</style>
background-color css
<style>
a { background-color: #818876; }
a { background-color: rgb(129,136,118); }
div.DivClassName
{
background-color: #818876;
}
.BgClassName
{
background-color: #818876;
}
</style>
border-color css
<style>
span { border-color: #818876; }
span { border-color: rgb(129,136,118); }
td.TdClassName
{
border-color: #818876;
}
.TagClassName
{
border-color: #818876;
}
</style>