Shades of Gunsmoke #7E8567
Tints of Gunsmoke #7E8567
RGB
CMYK
RGB Variations
Color information
#7E8567 (or 0x7E8567) is known color: Gunsmoke. HEX triplet: 7E, 85 and 67. RGB value is (126,133,103). Sum of RGB (Red+Green+Blue) = 126+133+103=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8567 is #817A98. Grayscale: #7F7F7F. Windows color (decimal): -8485529 or 6784382. OLE color: 6784382.
HSL color Cylindrical-coordinate representation of color #7E8567: hue angle of 74º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7E8567 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 133 | 103 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.48 |
| HSL | 74º | 0.13% | 0.46% | - |
| HSV(B) | 74º | 0.23% | 0.52% | - |
| XYZ | 19.44 | 22.19 | 16.09 | - |
| YUV | 127.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 103 | 0.05 | 0 | 0.23 | 0.48 | 74 | 0.13 | 0.46 |
| Hex | 7E | 85 | 67 | 5 | 0 | 17 | 30 | 4A | D | 2E |
| Octal | 176 | 205 | 147 | 5 | 0 | 27 | 60 | 112 | 15 | 56 |
| Binary | 1111110 | 10000101 | 1100111 | 101 | 0 | 10111 | 110000 | 1001010 | 1101 | 101110 |
Color Harmonies of #7E8567
Complementary color
Monochromatic Colors of #7E8567
Black with #7E8567
Text Example
Text Example
White with #7E8567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8567; }
p { color: rgb(126,133,103); }
H1.HeaderClassName
{
color: #7E8567;
}
.AnyTagClassName
{
color: #7E8567;
}
</style>
background-color css
<style>
a { background-color: #7E8567; }
a { background-color: rgb(126,133,103); }
div.DivClassName
{
background-color: #7E8567;
}
.BgClassName
{
background-color: #7E8567;
}
</style>
border-color css
<style>
span { border-color: #7E8567; }
span { border-color: rgb(126,133,103); }
td.TdClassName
{
border-color: #7E8567;
}
.TagClassName
{
border-color: #7E8567;
}
</style>