Shades of Gunsmoke #7D8668
Tints of Gunsmoke #7D8668
RGB
CMYK
RGB Variations
Color information
#7D8668 (or 0x7D8668) is known color: Gunsmoke. HEX triplet: 7D, 86 and 68. RGB value is (125,134,104). Sum of RGB (Red+Green+Blue) = 125+134+104=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 134 - color contains mainly: green. Hex color #7D8668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8668 is #827997. Grayscale: #808080. Windows color (decimal): -8550808 or 6850173. OLE color: 6850173.
HSL color Cylindrical-coordinate representation of color #7D8668: hue angle of 78º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D8668 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 134 | 104 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.47 |
| HSL | 78º | 0.13% | 0.47% | - |
| HSV(B) | 78º | 0.22% | 0.53% | - |
| XYZ | 19.48 | 22.41 | 16.4 | - |
| YUV | 127.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 134 | 104 | 0.07 | 0 | 0.22 | 0.47 | 78 | 0.13 | 0.47 |
| Hex | 7D | 86 | 68 | 7 | 0 | 16 | 2F | 4E | D | 2F |
| Octal | 175 | 206 | 150 | 7 | 0 | 26 | 57 | 116 | 15 | 57 |
| Binary | 1111101 | 10000110 | 1101000 | 111 | 0 | 10110 | 101111 | 1001110 | 1101 | 101111 |
Color Harmonies of #7D8668
Complementary color
Monochromatic Colors of #7D8668
Black with #7D8668
Text Example
Text Example
White with #7D8668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8668; }
p { color: rgb(125,134,104); }
H1.HeaderClassName
{
color: #7D8668;
}
.AnyTagClassName
{
color: #7D8668;
}
</style>
background-color css
<style>
a { background-color: #7D8668; }
a { background-color: rgb(125,134,104); }
div.DivClassName
{
background-color: #7D8668;
}
.BgClassName
{
background-color: #7D8668;
}
</style>
border-color css
<style>
span { border-color: #7D8668; }
span { border-color: rgb(125,134,104); }
td.TdClassName
{
border-color: #7D8668;
}
.TagClassName
{
border-color: #7D8668;
}
</style>