Shades of Gunsmoke #76796E
Tints of Gunsmoke #76796E
RGB
CMYK
RGB Variations
Color information
#76796E (or 0x76796E) is known color: Gunsmoke. HEX triplet: 76, 79 and 6E. RGB value is (118,121,110). Sum of RGB (Red+Green+Blue) = 118+121+110=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 121 - color contains mainly: green. Hex color #76796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76796E is #898691. Grayscale: #767676. Windows color (decimal): -9012882 or 7240054. OLE color: 7240054.
HSL color Cylindrical-coordinate representation of color #76796E: hue angle of 76.36º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #76796E is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 121 | 110 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.53 |
| HSL | 76.36º | 0.05% | 0.45% | - |
| HSV(B) | 76.36º | 0.09% | 0.47% | - |
| XYZ | 17.12 | 18.65 | 17.45 | - |
| YUV | 118.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 110 | 0.02 | 0 | 0.09 | 0.53 | 76.36 | 0.05 | 0.45 |
| Hex | 76 | 79 | 6E | 2 | 0 | 9 | 35 | 4C | 5 | 2D |
| Octal | 166 | 171 | 156 | 2 | 0 | 11 | 65 | 114 | 5 | 55 |
| Binary | 1110110 | 1111001 | 1101110 | 10 | 0 | 1001 | 110101 | 1001100 | 101 | 101101 |
Color Harmonies of #76796E
Complementary color
Monochromatic Colors of #76796E
Black with #76796E
Text Example
Text Example
White with #76796E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76796E; }
p { color: rgb(118,121,110); }
H1.HeaderClassName
{
color: #76796E;
}
.AnyTagClassName
{
color: #76796E;
}
</style>
background-color css
<style>
a { background-color: #76796E; }
a { background-color: rgb(118,121,110); }
div.DivClassName
{
background-color: #76796E;
}
.BgClassName
{
background-color: #76796E;
}
</style>
border-color css
<style>
span { border-color: #76796E; }
span { border-color: rgb(118,121,110); }
td.TdClassName
{
border-color: #76796E;
}
.TagClassName
{
border-color: #76796E;
}
</style>