Shades of Gunsmoke #858A75
Tints of Gunsmoke #858A75
RGB
CMYK
RGB Variations
Color information
#858A75 (or 0x858A75) is known color: Gunsmoke. HEX triplet: 85, 8A and 75. RGB value is (133,138,117). Sum of RGB (Red+Green+Blue) = 133+138+117=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 138 - color contains mainly: green. Hex color #858A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858A75 is #7A758A. Grayscale: #868686. Windows color (decimal): -8025483 or 7703173. OLE color: 7703173.
HSL color Cylindrical-coordinate representation of color #858A75: hue angle of 74.29º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #858A75 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 138 | 117 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.46 |
| HSL | 74.29º | 0.08% | 0.5% | - |
| HSV(B) | 74.29º | 0.15% | 0.54% | - |
| XYZ | 21.97 | 24.45 | 20.39 | - |
| YUV | 134.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 117 | 0.04 | 0 | 0.15 | 0.46 | 74.29 | 0.08 | 0.5 |
| Hex | 85 | 8A | 75 | 4 | 0 | F | 2E | 4A | 8 | 32 |
| Octal | 205 | 212 | 165 | 4 | 0 | 17 | 56 | 112 | 10 | 62 |
| Binary | 10000101 | 10001010 | 1110101 | 100 | 0 | 1111 | 101110 | 1001010 | 1000 | 110010 |
Color Harmonies of #858A75
Complementary color
Monochromatic Colors of #858A75
Black with #858A75
Text Example
Text Example
White with #858A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858A75; }
p { color: rgb(133,138,117); }
H1.HeaderClassName
{
color: #858A75;
}
.AnyTagClassName
{
color: #858A75;
}
</style>
background-color css
<style>
a { background-color: #858A75; }
a { background-color: rgb(133,138,117); }
div.DivClassName
{
background-color: #858A75;
}
.BgClassName
{
background-color: #858A75;
}
</style>
border-color css
<style>
span { border-color: #858A75; }
span { border-color: rgb(133,138,117); }
td.TdClassName
{
border-color: #858A75;
}
.TagClassName
{
border-color: #858A75;
}
</style>