Shades of Gunsmoke #858B7E
Tints of Gunsmoke #858B7E
RGB
CMYK
RGB Variations
Color information
#858B7E (or 0x858B7E) is known color: Gunsmoke. HEX triplet: 85, 8B and 7E. RGB value is (133,139,126). Sum of RGB (Red+Green+Blue) = 133+139+126=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 139 - color contains mainly: green. Hex color #858B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B7E is #7A7481. Grayscale: #878787. Windows color (decimal): -8025218 or 8293253. OLE color: 8293253.
HSL color Cylindrical-coordinate representation of color #858B7E: hue angle of 87.69º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #858B7E is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 126 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.45 |
| HSL | 87.69º | 0.05% | 0.52% | - |
| HSV(B) | 87.69º | 0.09% | 0.55% | - |
| XYZ | 22.67 | 24.96 | 23.36 | - |
| YUV | 135.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 126 | 0.04 | 0 | 0.09 | 0.45 | 87.69 | 0.05 | 0.52 |
| Hex | 85 | 8B | 7E | 4 | 0 | 9 | 2D | 58 | 5 | 34 |
| Octal | 205 | 213 | 176 | 4 | 0 | 11 | 55 | 130 | 5 | 64 |
| Binary | 10000101 | 10001011 | 1111110 | 100 | 0 | 1001 | 101101 | 1011000 | 101 | 110100 |
Color Harmonies of #858B7E
Complementary color
Monochromatic Colors of #858B7E
Black with #858B7E
Text Example
Text Example
White with #858B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B7E; }
p { color: rgb(133,139,126); }
H1.HeaderClassName
{
color: #858B7E;
}
.AnyTagClassName
{
color: #858B7E;
}
</style>
background-color css
<style>
a { background-color: #858B7E; }
a { background-color: rgb(133,139,126); }
div.DivClassName
{
background-color: #858B7E;
}
.BgClassName
{
background-color: #858B7E;
}
</style>
border-color css
<style>
span { border-color: #858B7E; }
span { border-color: rgb(133,139,126); }
td.TdClassName
{
border-color: #858B7E;
}
.TagClassName
{
border-color: #858B7E;
}
</style>