Shades of Gunsmoke #848A79
Tints of Gunsmoke #848A79
RGB
CMYK
RGB Variations
Color information
#848A79 (or 0x848A79) is known color: Gunsmoke. HEX triplet: 84, 8A and 79. RGB value is (132,138,121). Sum of RGB (Red+Green+Blue) = 132+138+121=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 138 - color contains mainly: green. Hex color #848A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848A79 is #7B7586. Grayscale: #868686. Windows color (decimal): -8091015 or 7965316. OLE color: 7965316.
HSL color Cylindrical-coordinate representation of color #848A79: hue angle of 81.18º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #848A79 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 138 | 121 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.46 |
| HSL | 81.18º | 0.07% | 0.51% | - |
| HSV(B) | 81.18º | 0.12% | 0.54% | - |
| XYZ | 22.06 | 24.46 | 21.65 | - |
| YUV | 134.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 138 | 121 | 0.04 | 0 | 0.12 | 0.46 | 81.18 | 0.07 | 0.51 |
| Hex | 84 | 8A | 79 | 4 | 0 | C | 2E | 51 | 7 | 33 |
| Octal | 204 | 212 | 171 | 4 | 0 | 14 | 56 | 121 | 7 | 63 |
| Binary | 10000100 | 10001010 | 1111001 | 100 | 0 | 1100 | 101110 | 1010001 | 111 | 110011 |
Color Harmonies of #848A79
Complementary color
Monochromatic Colors of #848A79
Black with #848A79
Text Example
Text Example
White with #848A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848A79; }
p { color: rgb(132,138,121); }
H1.HeaderClassName
{
color: #848A79;
}
.AnyTagClassName
{
color: #848A79;
}
</style>
background-color css
<style>
a { background-color: #848A79; }
a { background-color: rgb(132,138,121); }
div.DivClassName
{
background-color: #848A79;
}
.BgClassName
{
background-color: #848A79;
}
</style>
border-color css
<style>
span { border-color: #848A79; }
span { border-color: rgb(132,138,121); }
td.TdClassName
{
border-color: #848A79;
}
.TagClassName
{
border-color: #848A79;
}
</style>