Shades of Gunsmoke #767B6E
Tints of Gunsmoke #767B6E
RGB
CMYK
RGB Variations
Color information
#767B6E (or 0x767B6E) is known color: Gunsmoke. HEX triplet: 76, 7B and 6E. RGB value is (118,123,110). Sum of RGB (Red+Green+Blue) = 118+123+110=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 123 - color contains mainly: green. Hex color #767B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B6E is #898491. Grayscale: #787878. Windows color (decimal): -9012370 or 7240566. OLE color: 7240566.
HSL color Cylindrical-coordinate representation of color #767B6E: hue angle of 83.08º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #767B6E is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 123 | 110 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.52 |
| HSL | 83.08º | 0.06% | 0.46% | - |
| HSV(B) | 83.08º | 0.11% | 0.48% | - |
| XYZ | 17.37 | 19.14 | 17.53 | - |
| YUV | 120.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 110 | 0.04 | 0 | 0.11 | 0.52 | 83.08 | 0.06 | 0.46 |
| Hex | 76 | 7B | 6E | 4 | 0 | B | 34 | 53 | 6 | 2E |
| Octal | 166 | 173 | 156 | 4 | 0 | 13 | 64 | 123 | 6 | 56 |
| Binary | 1110110 | 1111011 | 1101110 | 100 | 0 | 1011 | 110100 | 1010011 | 110 | 101110 |
Color Harmonies of #767B6E
Complementary color
Monochromatic Colors of #767B6E
Black with #767B6E
Text Example
Text Example
White with #767B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767B6E; }
p { color: rgb(118,123,110); }
H1.HeaderClassName
{
color: #767B6E;
}
.AnyTagClassName
{
color: #767B6E;
}
</style>
background-color css
<style>
a { background-color: #767B6E; }
a { background-color: rgb(118,123,110); }
div.DivClassName
{
background-color: #767B6E;
}
.BgClassName
{
background-color: #767B6E;
}
</style>
border-color css
<style>
span { border-color: #767B6E; }
span { border-color: rgb(118,123,110); }
td.TdClassName
{
border-color: #767B6E;
}
.TagClassName
{
border-color: #767B6E;
}
</style>