Shades of Gunsmoke #868B7B
Tints of Gunsmoke #868B7B
RGB
CMYK
RGB Variations
Color information
#868B7B (or 0x868B7B) is known color: Gunsmoke. HEX triplet: 86, 8B and 7B. RGB value is (134,139,123). Sum of RGB (Red+Green+Blue) = 134+139+123=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 139 - color contains mainly: green. Hex color #868B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868B7B is #797484. Grayscale: #878787. Windows color (decimal): -7959685 or 8096646. OLE color: 8096646.
HSL color Cylindrical-coordinate representation of color #868B7B: hue angle of 78.75º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #868B7B is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 139 | 123 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.45 |
| HSL | 78.75º | 0.06% | 0.51% | - |
| HSV(B) | 78.75º | 0.12% | 0.55% | - |
| XYZ | 22.64 | 24.96 | 22.36 | - |
| YUV | 135.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 123 | 0.04 | 0 | 0.12 | 0.45 | 78.75 | 0.06 | 0.51 |
| Hex | 86 | 8B | 7B | 4 | 0 | C | 2D | 4F | 6 | 33 |
| Octal | 206 | 213 | 173 | 4 | 0 | 14 | 55 | 117 | 6 | 63 |
| Binary | 10000110 | 10001011 | 1111011 | 100 | 0 | 1100 | 101101 | 1001111 | 110 | 110011 |
Color Harmonies of #868B7B
Complementary color
Monochromatic Colors of #868B7B
Black with #868B7B
Text Example
Text Example
White with #868B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868B7B; }
p { color: rgb(134,139,123); }
H1.HeaderClassName
{
color: #868B7B;
}
.AnyTagClassName
{
color: #868B7B;
}
</style>
background-color css
<style>
a { background-color: #868B7B; }
a { background-color: rgb(134,139,123); }
div.DivClassName
{
background-color: #868B7B;
}
.BgClassName
{
background-color: #868B7B;
}
</style>
border-color css
<style>
span { border-color: #868B7B; }
span { border-color: rgb(134,139,123); }
td.TdClassName
{
border-color: #868B7B;
}
.TagClassName
{
border-color: #868B7B;
}
</style>