Shades of Gunsmoke #7E8274
Tints of Gunsmoke #7E8274
RGB
CMYK
RGB Variations
Color information
#7E8274 (or 0x7E8274) is known color: Gunsmoke. HEX triplet: 7E, 82 and 74. RGB value is (126,130,116). Sum of RGB (Red+Green+Blue) = 126+130+116=372 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.87% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 130 - color contains mainly: green. Hex color #7E8274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8274 is #817D8B. Grayscale: #7F7F7F. Windows color (decimal): -8486284 or 7635582. OLE color: 7635582.
HSL color Cylindrical-coordinate representation of color #7E8274: hue angle of 77.14º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7E8274 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 130 | 116 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.49 |
| HSL | 77.14º | 0.06% | 0.48% | - |
| HSV(B) | 77.14º | 0.11% | 0.51% | - |
| XYZ | 19.74 | 21.66 | 19.66 | - |
| YUV | 127.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 130 | 116 | 0.03 | 0 | 0.11 | 0.49 | 77.14 | 0.06 | 0.48 |
| Hex | 7E | 82 | 74 | 3 | 0 | B | 31 | 4D | 6 | 30 |
| Octal | 176 | 202 | 164 | 3 | 0 | 13 | 61 | 115 | 6 | 60 |
| Binary | 1111110 | 10000010 | 1110100 | 11 | 0 | 1011 | 110001 | 1001101 | 110 | 110000 |
Color Harmonies of #7E8274
Complementary color
Monochromatic Colors of #7E8274
Black with #7E8274
Text Example
Text Example
White with #7E8274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8274; }
p { color: rgb(126,130,116); }
H1.HeaderClassName
{
color: #7E8274;
}
.AnyTagClassName
{
color: #7E8274;
}
</style>
background-color css
<style>
a { background-color: #7E8274; }
a { background-color: rgb(126,130,116); }
div.DivClassName
{
background-color: #7E8274;
}
.BgClassName
{
background-color: #7E8274;
}
</style>
border-color css
<style>
span { border-color: #7E8274; }
span { border-color: rgb(126,130,116); }
td.TdClassName
{
border-color: #7E8274;
}
.TagClassName
{
border-color: #7E8274;
}
</style>