Shades of Gunsmoke #7E826D
Tints of Gunsmoke #7E826D
RGB
CMYK
RGB Variations
Color information
#7E826D (or 0x7E826D) is known color: Gunsmoke. HEX triplet: 7E, 82 and 6D. RGB value is (126,130,109). Sum of RGB (Red+Green+Blue) = 126+130+109=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 130 - color contains mainly: green. Hex color #7E826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E826D is #817D92. Grayscale: #7E7E7E. Windows color (decimal): -8486291 or 7176830. OLE color: 7176830.
HSL color Cylindrical-coordinate representation of color #7E826D: hue angle of 71.43º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7E826D is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 130 | 109 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.49 |
| HSL | 71.43º | 0.09% | 0.47% | - |
| HSV(B) | 71.43º | 0.16% | 0.51% | - |
| XYZ | 19.35 | 21.51 | 17.6 | - |
| YUV | 126.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 130 | 109 | 0.03 | 0 | 0.16 | 0.49 | 71.43 | 0.09 | 0.47 |
| Hex | 7E | 82 | 6D | 3 | 0 | 10 | 31 | 47 | 9 | 2F |
| Octal | 176 | 202 | 155 | 3 | 0 | 20 | 61 | 107 | 11 | 57 |
| Binary | 1111110 | 10000010 | 1101101 | 11 | 0 | 10000 | 110001 | 1000111 | 1001 | 101111 |
Color Harmonies of #7E826D
Complementary color
Monochromatic Colors of #7E826D
Black with #7E826D
Text Example
Text Example
White with #7E826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E826D; }
p { color: rgb(126,130,109); }
H1.HeaderClassName
{
color: #7E826D;
}
.AnyTagClassName
{
color: #7E826D;
}
</style>
background-color css
<style>
a { background-color: #7E826D; }
a { background-color: rgb(126,130,109); }
div.DivClassName
{
background-color: #7E826D;
}
.BgClassName
{
background-color: #7E826D;
}
</style>
border-color css
<style>
span { border-color: #7E826D; }
span { border-color: rgb(126,130,109); }
td.TdClassName
{
border-color: #7E826D;
}
.TagClassName
{
border-color: #7E826D;
}
</style>