Shades of Gunsmoke #858B76
Tints of Gunsmoke #858B76
RGB
CMYK
RGB Variations
Color information
#858B76 (or 0x858B76) is known color: Gunsmoke. HEX triplet: 85, 8B and 76. RGB value is (133,139,118). Sum of RGB (Red+Green+Blue) = 133+139+118=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 139 - color contains mainly: green. Hex color #858B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B76 is #7A7489. Grayscale: #868686. Windows color (decimal): -8025226 or 7768965. OLE color: 7768965.
HSL color Cylindrical-coordinate representation of color #858B76: hue angle of 77.14º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #858B76 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 118 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.45 |
| HSL | 77.14º | 0.08% | 0.5% | - |
| HSV(B) | 77.14º | 0.15% | 0.55% | - |
| XYZ | 22.18 | 24.76 | 20.75 | - |
| YUV | 134.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 118 | 0.04 | 0 | 0.15 | 0.45 | 77.14 | 0.08 | 0.5 |
| Hex | 85 | 8B | 76 | 4 | 0 | F | 2D | 4D | 8 | 32 |
| Octal | 205 | 213 | 166 | 4 | 0 | 17 | 55 | 115 | 10 | 62 |
| Binary | 10000101 | 10001011 | 1110110 | 100 | 0 | 1111 | 101101 | 1001101 | 1000 | 110010 |
Color Harmonies of #858B76
Complementary color
Monochromatic Colors of #858B76
Black with #858B76
Text Example
Text Example
White with #858B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B76; }
p { color: rgb(133,139,118); }
H1.HeaderClassName
{
color: #858B76;
}
.AnyTagClassName
{
color: #858B76;
}
</style>
background-color css
<style>
a { background-color: #858B76; }
a { background-color: rgb(133,139,118); }
div.DivClassName
{
background-color: #858B76;
}
.BgClassName
{
background-color: #858B76;
}
</style>
border-color css
<style>
span { border-color: #858B76; }
span { border-color: rgb(133,139,118); }
td.TdClassName
{
border-color: #858B76;
}
.TagClassName
{
border-color: #858B76;
}
</style>