Shades of Gunsmoke #848879
Tints of Gunsmoke #848879
RGB
CMYK
RGB Variations
Color information
#848879 (or 0x848879) is known color: Gunsmoke. HEX triplet: 84, 88 and 79. RGB value is (132,136,121). Sum of RGB (Red+Green+Blue) = 132+136+121=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 136 - color contains mainly: green. Hex color #848879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848879 is #7B7786. Grayscale: #858585. Windows color (decimal): -8091527 or 7964804. OLE color: 7964804.
HSL color Cylindrical-coordinate representation of color #848879: hue angle of 76º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #848879 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 121 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.47 |
| HSL | 76º | 0.06% | 0.5% | - |
| HSV(B) | 76º | 0.11% | 0.53% | - |
| XYZ | 21.77 | 23.89 | 21.55 | - |
| YUV | 133.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 121 | 0.03 | 0 | 0.11 | 0.47 | 76 | 0.06 | 0.5 |
| Hex | 84 | 88 | 79 | 3 | 0 | B | 2F | 4C | 6 | 32 |
| Octal | 204 | 210 | 171 | 3 | 0 | 13 | 57 | 114 | 6 | 62 |
| Binary | 10000100 | 10001000 | 1111001 | 11 | 0 | 1011 | 101111 | 1001100 | 110 | 110010 |
Color Harmonies of #848879
Complementary color
Monochromatic Colors of #848879
Black with #848879
Text Example
Text Example
White with #848879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848879; }
p { color: rgb(132,136,121); }
H1.HeaderClassName
{
color: #848879;
}
.AnyTagClassName
{
color: #848879;
}
</style>
background-color css
<style>
a { background-color: #848879; }
a { background-color: rgb(132,136,121); }
div.DivClassName
{
background-color: #848879;
}
.BgClassName
{
background-color: #848879;
}
</style>
border-color css
<style>
span { border-color: #848879; }
span { border-color: rgb(132,136,121); }
td.TdClassName
{
border-color: #848879;
}
.TagClassName
{
border-color: #848879;
}
</style>