Shades of Gunsmoke #76796F
Tints of Gunsmoke #76796F
RGB
CMYK
RGB Variations
Color information
#76796F (or 0x76796F) is known color: Gunsmoke. HEX triplet: 76, 79 and 6F. RGB value is (118,121,111). Sum of RGB (Red+Green+Blue) = 118+121+111=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 121 - color contains mainly: green. Hex color #76796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76796F is #898690. Grayscale: #777777. Windows color (decimal): -9012881 or 7305590. OLE color: 7305590.
HSL color Cylindrical-coordinate representation of color #76796F: hue angle of 78º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #76796F is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 121 | 111 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.53 |
| HSL | 78º | 0.04% | 0.45% | - |
| HSV(B) | 78º | 0.08% | 0.47% | - |
| XYZ | 17.18 | 18.67 | 17.74 | - |
| YUV | 118.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 111 | 0.02 | 0 | 0.08 | 0.53 | 78 | 0.04 | 0.45 |
| Hex | 76 | 79 | 6F | 2 | 0 | 8 | 35 | 4E | 4 | 2D |
| Octal | 166 | 171 | 157 | 2 | 0 | 10 | 65 | 116 | 4 | 55 |
| Binary | 1110110 | 1111001 | 1101111 | 10 | 0 | 1000 | 110101 | 1001110 | 100 | 101101 |
Color Harmonies of #76796F
Complementary color
Monochromatic Colors of #76796F
Black with #76796F
Text Example
Text Example
White with #76796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76796F; }
p { color: rgb(118,121,111); }
H1.HeaderClassName
{
color: #76796F;
}
.AnyTagClassName
{
color: #76796F;
}
</style>
background-color css
<style>
a { background-color: #76796F; }
a { background-color: rgb(118,121,111); }
div.DivClassName
{
background-color: #76796F;
}
.BgClassName
{
background-color: #76796F;
}
</style>
border-color css
<style>
span { border-color: #76796F; }
span { border-color: rgb(118,121,111); }
td.TdClassName
{
border-color: #76796F;
}
.TagClassName
{
border-color: #76796F;
}
</style>