Shades of Gunsmoke #858880
Tints of Gunsmoke #858880
RGB
CMYK
RGB Variations
Color information
#858880 (or 0x858880) is known color: Gunsmoke. HEX triplet: 85, 88 and 80. RGB value is (133,136,128). Sum of RGB (Red+Green+Blue) = 133+136+128=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 136 - color contains mainly: green. Hex color #858880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858880 is #7A777F. Grayscale: #868686. Windows color (decimal): -8025984 or 8423557. OLE color: 8423557.
HSL color Cylindrical-coordinate representation of color #858880: hue angle of 82.5º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #858880 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 128 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.47 |
| HSL | 82.5º | 0.03% | 0.52% | - |
| HSV(B) | 82.5º | 0.06% | 0.53% | - |
| XYZ | 22.37 | 24.15 | 23.9 | - |
| YUV | 134.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 128 | 0.02 | 0 | 0.06 | 0.47 | 82.5 | 0.03 | 0.52 |
| Hex | 85 | 88 | 80 | 2 | 0 | 6 | 2F | 52 | 3 | 34 |
| Octal | 205 | 210 | 200 | 2 | 0 | 6 | 57 | 122 | 3 | 64 |
| Binary | 10000101 | 10001000 | 10000000 | 10 | 0 | 110 | 101111 | 1010010 | 11 | 110100 |
Color Harmonies of #858880
Complementary color
Monochromatic Colors of #858880
Black with #858880
Text Example
Text Example
White with #858880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858880; }
p { color: rgb(133,136,128); }
H1.HeaderClassName
{
color: #858880;
}
.AnyTagClassName
{
color: #858880;
}
</style>
background-color css
<style>
a { background-color: #858880; }
a { background-color: rgb(133,136,128); }
div.DivClassName
{
background-color: #858880;
}
.BgClassName
{
background-color: #858880;
}
</style>
border-color css
<style>
span { border-color: #858880; }
span { border-color: rgb(133,136,128); }
td.TdClassName
{
border-color: #858880;
}
.TagClassName
{
border-color: #858880;
}
</style>