Shades of Gunsmoke #868884
Tints of Gunsmoke #868884
RGB
CMYK
RGB Variations
Color information
#868884 (or 0x868884) is known color: Gunsmoke. HEX triplet: 86, 88 and 84. RGB value is (134,136,132). Sum of RGB (Red+Green+Blue) = 134+136+132=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 136 - color contains mainly: green. Hex color #868884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868884 is #79777B. Grayscale: #868686. Windows color (decimal): -7960444 or 8685702. OLE color: 8685702.
HSL color Cylindrical-coordinate representation of color #868884: hue angle of 90º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #868884 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 132 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.47 |
| HSL | 90º | 0.02% | 0.53% | - |
| HSV(B) | 90º | 0.03% | 0.53% | - |
| XYZ | 22.8 | 24.34 | 25.33 | - |
| YUV | 134.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 132 | 0.01 | 0 | 0.03 | 0.47 | 90 | 0.02 | 0.53 |
| Hex | 86 | 88 | 84 | 1 | 0 | 3 | 2F | 5A | 2 | 35 |
| Octal | 206 | 210 | 204 | 1 | 0 | 3 | 57 | 132 | 2 | 65 |
| Binary | 10000110 | 10001000 | 10000100 | 1 | 0 | 11 | 101111 | 1011010 | 10 | 110101 |
Color Harmonies of #868884
Complementary color
Monochromatic Colors of #868884
Black with #868884
Text Example
Text Example
White with #868884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868884; }
p { color: rgb(134,136,132); }
H1.HeaderClassName
{
color: #868884;
}
.AnyTagClassName
{
color: #868884;
}
</style>
background-color css
<style>
a { background-color: #868884; }
a { background-color: rgb(134,136,132); }
div.DivClassName
{
background-color: #868884;
}
.BgClassName
{
background-color: #868884;
}
</style>
border-color css
<style>
span { border-color: #868884; }
span { border-color: rgb(134,136,132); }
td.TdClassName
{
border-color: #868884;
}
.TagClassName
{
border-color: #868884;
}
</style>