Shades of Gunsmoke #868A7B
Tints of Gunsmoke #868A7B
RGB
CMYK
RGB Variations
Color information
#868A7B (or 0x868A7B) is known color: Gunsmoke. HEX triplet: 86, 8A and 7B. RGB value is (134,138,123). Sum of RGB (Red+Green+Blue) = 134+138+123=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 138 - color contains mainly: green. Hex color #868A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868A7B is #797584. Grayscale: #878787. Windows color (decimal): -7959941 or 8096390. OLE color: 8096390.
HSL color Cylindrical-coordinate representation of color #868A7B: hue angle of 76º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #868A7B is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 138 | 123 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.46 |
| HSL | 76º | 0.06% | 0.51% | - |
| HSV(B) | 76º | 0.11% | 0.54% | - |
| XYZ | 22.5 | 24.68 | 22.32 | - |
| YUV | 135.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 123 | 0.03 | 0 | 0.11 | 0.46 | 76 | 0.06 | 0.51 |
| Hex | 86 | 8A | 7B | 3 | 0 | B | 2E | 4C | 6 | 33 |
| Octal | 206 | 212 | 173 | 3 | 0 | 13 | 56 | 114 | 6 | 63 |
| Binary | 10000110 | 10001010 | 1111011 | 11 | 0 | 1011 | 101110 | 1001100 | 110 | 110011 |
Color Harmonies of #868A7B
Complementary color
Monochromatic Colors of #868A7B
Black with #868A7B
Text Example
Text Example
White with #868A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868A7B; }
p { color: rgb(134,138,123); }
H1.HeaderClassName
{
color: #868A7B;
}
.AnyTagClassName
{
color: #868A7B;
}
</style>
background-color css
<style>
a { background-color: #868A7B; }
a { background-color: rgb(134,138,123); }
div.DivClassName
{
background-color: #868A7B;
}
.BgClassName
{
background-color: #868A7B;
}
</style>
border-color css
<style>
span { border-color: #868A7B; }
span { border-color: rgb(134,138,123); }
td.TdClassName
{
border-color: #868A7B;
}
.TagClassName
{
border-color: #868A7B;
}
</style>