Shades of Gunsmoke #767E67
Tints of Gunsmoke #767E67
RGB
CMYK
RGB Variations
Color information
#767E67 (or 0x767E67) is known color: Gunsmoke. HEX triplet: 76, 7E and 67. RGB value is (118,126,103). Sum of RGB (Red+Green+Blue) = 118+126+103=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 126 - color contains mainly: green. Hex color #767E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767E67 is #898198. Grayscale: #797979. Windows color (decimal): -9011609 or 6782582. OLE color: 6782582.
HSL color Cylindrical-coordinate representation of color #767E67: hue angle of 80.87º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #767E67 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 126 | 103 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.51 |
| HSL | 80.87º | 0.1% | 0.45% | - |
| HSV(B) | 80.87º | 0.18% | 0.49% | - |
| XYZ | 17.38 | 19.75 | 15.73 | - |
| YUV | 120.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 103 | 0.06 | 0 | 0.18 | 0.51 | 80.87 | 0.1 | 0.45 |
| Hex | 76 | 7E | 67 | 6 | 0 | 12 | 33 | 51 | A | 2D |
| Octal | 166 | 176 | 147 | 6 | 0 | 22 | 63 | 121 | 12 | 55 |
| Binary | 1110110 | 1111110 | 1100111 | 110 | 0 | 10010 | 110011 | 1010001 | 1010 | 101101 |
Color Harmonies of #767E67
Complementary color
Monochromatic Colors of #767E67
Black with #767E67
Text Example
Text Example
White with #767E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767E67; }
p { color: rgb(118,126,103); }
H1.HeaderClassName
{
color: #767E67;
}
.AnyTagClassName
{
color: #767E67;
}
</style>
background-color css
<style>
a { background-color: #767E67; }
a { background-color: rgb(118,126,103); }
div.DivClassName
{
background-color: #767E67;
}
.BgClassName
{
background-color: #767E67;
}
</style>
border-color css
<style>
span { border-color: #767E67; }
span { border-color: rgb(118,126,103); }
td.TdClassName
{
border-color: #767E67;
}
.TagClassName
{
border-color: #767E67;
}
</style>