Shades of Gunsmoke #7D856F
Tints of Gunsmoke #7D856F
RGB
CMYK
RGB Variations
Color information
#7D856F (or 0x7D856F) is known color: Gunsmoke. HEX triplet: 7D, 85 and 6F. RGB value is (125,133,111). Sum of RGB (Red+Green+Blue) = 125+133+111=369 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.88% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 133 - color contains mainly: green. Hex color #7D856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D856F is #827A90. Grayscale: #808080. Windows color (decimal): -8551057 or 7308669. OLE color: 7308669.
HSL color Cylindrical-coordinate representation of color #7D856F: hue angle of 81.82º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7D856F is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 133 | 111 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.48 |
| HSL | 81.82º | 0.09% | 0.48% | - |
| HSV(B) | 81.82º | 0.17% | 0.52% | - |
| XYZ | 19.71 | 22.28 | 18.3 | - |
| YUV | 128.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 111 | 0.06 | 0 | 0.17 | 0.48 | 81.82 | 0.09 | 0.48 |
| Hex | 7D | 85 | 6F | 6 | 0 | 11 | 30 | 52 | 9 | 30 |
| Octal | 175 | 205 | 157 | 6 | 0 | 21 | 60 | 122 | 11 | 60 |
| Binary | 1111101 | 10000101 | 1101111 | 110 | 0 | 10001 | 110000 | 1010010 | 1001 | 110000 |
Color Harmonies of #7D856F
Complementary color
Monochromatic Colors of #7D856F
Black with #7D856F
Text Example
Text Example
White with #7D856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D856F; }
p { color: rgb(125,133,111); }
H1.HeaderClassName
{
color: #7D856F;
}
.AnyTagClassName
{
color: #7D856F;
}
</style>
background-color css
<style>
a { background-color: #7D856F; }
a { background-color: rgb(125,133,111); }
div.DivClassName
{
background-color: #7D856F;
}
.BgClassName
{
background-color: #7D856F;
}
</style>
border-color css
<style>
span { border-color: #7D856F; }
span { border-color: rgb(125,133,111); }
td.TdClassName
{
border-color: #7D856F;
}
.TagClassName
{
border-color: #7D856F;
}
</style>