Shades of Gunsmoke #85887C
Tints of Gunsmoke #85887C
RGB
CMYK
RGB Variations
Color information
#85887C (or 0x85887C) is known color: Gunsmoke. HEX triplet: 85, 88 and 7C. RGB value is (133,136,124). Sum of RGB (Red+Green+Blue) = 133+136+124=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 136 - color contains mainly: green. Hex color #85887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85887C is #7A7783. Grayscale: #858585. Windows color (decimal): -8025988 or 8161413. OLE color: 8161413.
HSL color Cylindrical-coordinate representation of color #85887C: hue angle of 75º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #85887C is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 124 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.47 |
| HSL | 75º | 0.05% | 0.51% | - |
| HSV(B) | 75º | 0.09% | 0.53% | - |
| XYZ | 22.12 | 24.05 | 22.55 | - |
| YUV | 133.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 124 | 0.02 | 0 | 0.09 | 0.47 | 75 | 0.05 | 0.51 |
| Hex | 85 | 88 | 7C | 2 | 0 | 9 | 2F | 4B | 5 | 33 |
| Octal | 205 | 210 | 174 | 2 | 0 | 11 | 57 | 113 | 5 | 63 |
| Binary | 10000101 | 10001000 | 1111100 | 10 | 0 | 1001 | 101111 | 1001011 | 101 | 110011 |
Color Harmonies of #85887C
Complementary color
Monochromatic Colors of #85887C
Black with #85887C
Text Example
Text Example
White with #85887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85887C; }
p { color: rgb(133,136,124); }
H1.HeaderClassName
{
color: #85887C;
}
.AnyTagClassName
{
color: #85887C;
}
</style>
background-color css
<style>
a { background-color: #85887C; }
a { background-color: rgb(133,136,124); }
div.DivClassName
{
background-color: #85887C;
}
.BgClassName
{
background-color: #85887C;
}
</style>
border-color css
<style>
span { border-color: #85887C; }
span { border-color: rgb(133,136,124); }
td.TdClassName
{
border-color: #85887C;
}
.TagClassName
{
border-color: #85887C;
}
</style>