Shades of Gunsmoke #878885
Tints of Gunsmoke #878885
RGB
CMYK
RGB Variations
Color information
#878885 (or 0x878885) is known color: Gunsmoke. HEX triplet: 87, 88 and 85. RGB value is (135,136,133). Sum of RGB (Red+Green+Blue) = 135+136+133=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 136 - color contains mainly: green. Hex color #878885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878885 is #78777A. Grayscale: #878787. Windows color (decimal): -7894907 or 8751239. OLE color: 8751239.
HSL color Cylindrical-coordinate representation of color #878885: hue angle of 80º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #878885 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 136 | 133 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.47 |
| HSL | 80º | 0.01% | 0.53% | - |
| HSV(B) | 80º | 0.02% | 0.53% | - |
| XYZ | 23.03 | 24.45 | 25.7 | - |
| YUV | 135.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 136 | 133 | 0.01 | 0 | 0.02 | 0.47 | 80 | 0.01 | 0.53 |
| Hex | 87 | 88 | 85 | 1 | 0 | 2 | 2F | 50 | 1 | 35 |
| Octal | 207 | 210 | 205 | 1 | 0 | 2 | 57 | 120 | 1 | 65 |
| Binary | 10000111 | 10001000 | 10000101 | 1 | 0 | 10 | 101111 | 1010000 | 1 | 110101 |
Color Harmonies of #878885
Complementary color
Monochromatic Colors of #878885
Black with #878885
Text Example
Text Example
White with #878885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878885; }
p { color: rgb(135,136,133); }
H1.HeaderClassName
{
color: #878885;
}
.AnyTagClassName
{
color: #878885;
}
</style>
background-color css
<style>
a { background-color: #878885; }
a { background-color: rgb(135,136,133); }
div.DivClassName
{
background-color: #878885;
}
.BgClassName
{
background-color: #878885;
}
</style>
border-color css
<style>
span { border-color: #878885; }
span { border-color: rgb(135,136,133); }
td.TdClassName
{
border-color: #878885;
}
.TagClassName
{
border-color: #878885;
}
</style>