Shades of Gunsmoke #7E8568
Tints of Gunsmoke #7E8568
RGB
CMYK
RGB Variations
Color information
#7E8568 (or 0x7E8568) is known color: Gunsmoke. HEX triplet: 7E, 85 and 68. RGB value is (126,133,104). Sum of RGB (Red+Green+Blue) = 126+133+104=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8568 is #817A97. Grayscale: #7F7F7F. Windows color (decimal): -8485528 or 6849918. OLE color: 6849918.
HSL color Cylindrical-coordinate representation of color #7E8568: hue angle of 74.48º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E8568 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 133 | 104 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.48 |
| HSL | 74.48º | 0.12% | 0.46% | - |
| HSV(B) | 74.48º | 0.22% | 0.52% | - |
| XYZ | 19.49 | 22.21 | 16.36 | - |
| YUV | 127.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 104 | 0.05 | 0 | 0.22 | 0.48 | 74.48 | 0.12 | 0.46 |
| Hex | 7E | 85 | 68 | 5 | 0 | 16 | 30 | 4A | C | 2E |
| Octal | 176 | 205 | 150 | 5 | 0 | 26 | 60 | 112 | 14 | 56 |
| Binary | 1111110 | 10000101 | 1101000 | 101 | 0 | 10110 | 110000 | 1001010 | 1100 | 101110 |
Color Harmonies of #7E8568
Complementary color
Monochromatic Colors of #7E8568
Black with #7E8568
Text Example
Text Example
White with #7E8568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8568; }
p { color: rgb(126,133,104); }
H1.HeaderClassName
{
color: #7E8568;
}
.AnyTagClassName
{
color: #7E8568;
}
</style>
background-color css
<style>
a { background-color: #7E8568; }
a { background-color: rgb(126,133,104); }
div.DivClassName
{
background-color: #7E8568;
}
.BgClassName
{
background-color: #7E8568;
}
</style>
border-color css
<style>
span { border-color: #7E8568; }
span { border-color: rgb(126,133,104); }
td.TdClassName
{
border-color: #7E8568;
}
.TagClassName
{
border-color: #7E8568;
}
</style>