Shades of Gunsmoke #84867D
Tints of Gunsmoke #84867D
RGB
CMYK
RGB Variations
Color information
#84867D (or 0x84867D) is known color: Gunsmoke. HEX triplet: 84, 86 and 7D. RGB value is (132,134,125). Sum of RGB (Red+Green+Blue) = 132+134+125=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 134 - color contains mainly: green. Hex color #84867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84867D is #7B7982. Grayscale: #848484. Windows color (decimal): -8092035 or 8226436. OLE color: 8226436.
HSL color Cylindrical-coordinate representation of color #84867D: hue angle of 73.33º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #84867D is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 134 | 125 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.47 |
| HSL | 73.33º | 0.04% | 0.51% | - |
| HSV(B) | 73.33º | 0.07% | 0.53% | - |
| XYZ | 21.74 | 23.44 | 22.78 | - |
| YUV | 132.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 134 | 125 | 0.01 | 0 | 0.07 | 0.47 | 73.33 | 0.04 | 0.51 |
| Hex | 84 | 86 | 7D | 1 | 0 | 7 | 2F | 49 | 4 | 33 |
| Octal | 204 | 206 | 175 | 1 | 0 | 7 | 57 | 111 | 4 | 63 |
| Binary | 10000100 | 10000110 | 1111101 | 1 | 0 | 111 | 101111 | 1001001 | 100 | 110011 |
Color Harmonies of #84867D
Complementary color
Monochromatic Colors of #84867D
Black with #84867D
Text Example
Text Example
White with #84867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84867D; }
p { color: rgb(132,134,125); }
H1.HeaderClassName
{
color: #84867D;
}
.AnyTagClassName
{
color: #84867D;
}
</style>
background-color css
<style>
a { background-color: #84867D; }
a { background-color: rgb(132,134,125); }
div.DivClassName
{
background-color: #84867D;
}
.BgClassName
{
background-color: #84867D;
}
</style>
border-color css
<style>
span { border-color: #84867D; }
span { border-color: rgb(132,134,125); }
td.TdClassName
{
border-color: #84867D;
}
.TagClassName
{
border-color: #84867D;
}
</style>