Shades of Gunsmoke #85897C
Tints of Gunsmoke #85897C
RGB
CMYK
RGB Variations
Color information
#85897C (or 0x85897C) is known color: Gunsmoke. HEX triplet: 85, 89 and 7C. RGB value is (133,137,124). Sum of RGB (Red+Green+Blue) = 133+137+124=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 137 - color contains mainly: green. Hex color #85897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85897C is #7A7683. Grayscale: #868686. Windows color (decimal): -8025732 or 8161669. OLE color: 8161669.
HSL color Cylindrical-coordinate representation of color #85897C: hue angle of 78.46º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #85897C is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 124 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.46 |
| HSL | 78.46º | 0.05% | 0.51% | - |
| HSV(B) | 78.46º | 0.09% | 0.54% | - |
| XYZ | 22.26 | 24.33 | 22.59 | - |
| YUV | 134.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 124 | 0.03 | 0 | 0.09 | 0.46 | 78.46 | 0.05 | 0.51 |
| Hex | 85 | 89 | 7C | 3 | 0 | 9 | 2E | 4E | 5 | 33 |
| Octal | 205 | 211 | 174 | 3 | 0 | 11 | 56 | 116 | 5 | 63 |
| Binary | 10000101 | 10001001 | 1111100 | 11 | 0 | 1001 | 101110 | 1001110 | 101 | 110011 |
Color Harmonies of #85897C
Complementary color
Monochromatic Colors of #85897C
Black with #85897C
Text Example
Text Example
White with #85897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85897C; }
p { color: rgb(133,137,124); }
H1.HeaderClassName
{
color: #85897C;
}
.AnyTagClassName
{
color: #85897C;
}
</style>
background-color css
<style>
a { background-color: #85897C; }
a { background-color: rgb(133,137,124); }
div.DivClassName
{
background-color: #85897C;
}
.BgClassName
{
background-color: #85897C;
}
</style>
border-color css
<style>
span { border-color: #85897C; }
span { border-color: rgb(133,137,124); }
td.TdClassName
{
border-color: #85897C;
}
.TagClassName
{
border-color: #85897C;
}
</style>