Shades of Gunsmoke #76786F
Tints of Gunsmoke #76786F
RGB
CMYK
RGB Variations
Color information
#76786F (or 0x76786F) is known color: Gunsmoke. HEX triplet: 76, 78 and 6F. RGB value is (118,120,111). Sum of RGB (Red+Green+Blue) = 118+120+111=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 120 - color contains mainly: green. Hex color #76786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76786F is #898790. Grayscale: #767676. Windows color (decimal): -9013137 or 7305334. OLE color: 7305334.
HSL color Cylindrical-coordinate representation of color #76786F: hue angle of 73.33º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #76786F is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 120 | 111 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.53 |
| HSL | 73.33º | 0.04% | 0.45% | - |
| HSV(B) | 73.33º | 0.07% | 0.47% | - |
| XYZ | 17.06 | 18.43 | 17.7 | - |
| YUV | 118.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 111 | 0.02 | 0 | 0.08 | 0.53 | 73.33 | 0.04 | 0.45 |
| Hex | 76 | 78 | 6F | 2 | 0 | 8 | 35 | 49 | 4 | 2D |
| Octal | 166 | 170 | 157 | 2 | 0 | 10 | 65 | 111 | 4 | 55 |
| Binary | 1110110 | 1111000 | 1101111 | 10 | 0 | 1000 | 110101 | 1001001 | 100 | 101101 |
Color Harmonies of #76786F
Complementary color
Monochromatic Colors of #76786F
Black with #76786F
Text Example
Text Example
White with #76786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76786F; }
p { color: rgb(118,120,111); }
H1.HeaderClassName
{
color: #76786F;
}
.AnyTagClassName
{
color: #76786F;
}
</style>
background-color css
<style>
a { background-color: #76786F; }
a { background-color: rgb(118,120,111); }
div.DivClassName
{
background-color: #76786F;
}
.BgClassName
{
background-color: #76786F;
}
</style>
border-color css
<style>
span { border-color: #76786F; }
span { border-color: rgb(118,120,111); }
td.TdClassName
{
border-color: #76786F;
}
.TagClassName
{
border-color: #76786F;
}
</style>