Shades of Gunsmoke #868A7A
Tints of Gunsmoke #868A7A
RGB
CMYK
RGB Variations
Color information
#868A7A (or 0x868A7A) is known color: Gunsmoke. HEX triplet: 86, 8A and 7A. RGB value is (134,138,122). Sum of RGB (Red+Green+Blue) = 134+138+122=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 138 - color contains mainly: green. Hex color #868A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868A7A is #797585. Grayscale: #878787. Windows color (decimal): -7959942 or 8030854. OLE color: 8030854.
HSL color Cylindrical-coordinate representation of color #868A7A: hue angle of 75º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #868A7A is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 138 | 122 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.46 |
| HSL | 75º | 0.06% | 0.51% | - |
| HSV(B) | 75º | 0.12% | 0.54% | - |
| XYZ | 22.43 | 24.65 | 21.99 | - |
| YUV | 134.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 122 | 0.03 | 0 | 0.12 | 0.46 | 75 | 0.06 | 0.51 |
| Hex | 86 | 8A | 7A | 3 | 0 | C | 2E | 4B | 6 | 33 |
| Octal | 206 | 212 | 172 | 3 | 0 | 14 | 56 | 113 | 6 | 63 |
| Binary | 10000110 | 10001010 | 1111010 | 11 | 0 | 1100 | 101110 | 1001011 | 110 | 110011 |
Color Harmonies of #868A7A
Complementary color
Monochromatic Colors of #868A7A
Black with #868A7A
Text Example
Text Example
White with #868A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868A7A; }
p { color: rgb(134,138,122); }
H1.HeaderClassName
{
color: #868A7A;
}
.AnyTagClassName
{
color: #868A7A;
}
</style>
background-color css
<style>
a { background-color: #868A7A; }
a { background-color: rgb(134,138,122); }
div.DivClassName
{
background-color: #868A7A;
}
.BgClassName
{
background-color: #868A7A;
}
</style>
border-color css
<style>
span { border-color: #868A7A; }
span { border-color: rgb(134,138,122); }
td.TdClassName
{
border-color: #868A7A;
}
.TagClassName
{
border-color: #868A7A;
}
</style>