Shades of Gunsmoke #767B6C
Tints of Gunsmoke #767B6C
RGB
CMYK
RGB Variations
Color information
#767B6C (or 0x767B6C) is known color: Gunsmoke. HEX triplet: 76, 7B and 6C. RGB value is (118,123,108). Sum of RGB (Red+Green+Blue) = 118+123+108=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 123 - color contains mainly: green. Hex color #767B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B6C is #898493. Grayscale: #777777. Windows color (decimal): -9012372 or 7109494. OLE color: 7109494.
HSL color Cylindrical-coordinate representation of color #767B6C: hue angle of 80º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #767B6C is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 123 | 108 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.52 |
| HSL | 80º | 0.06% | 0.45% | - |
| HSV(B) | 80º | 0.12% | 0.48% | - |
| XYZ | 17.26 | 19.1 | 16.96 | - |
| YUV | 119.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 108 | 0.04 | 0 | 0.12 | 0.52 | 80 | 0.06 | 0.45 |
| Hex | 76 | 7B | 6C | 4 | 0 | C | 34 | 50 | 6 | 2D |
| Octal | 166 | 173 | 154 | 4 | 0 | 14 | 64 | 120 | 6 | 55 |
| Binary | 1110110 | 1111011 | 1101100 | 100 | 0 | 1100 | 110100 | 1010000 | 110 | 101101 |
Color Harmonies of #767B6C
Complementary color
Monochromatic Colors of #767B6C
Black with #767B6C
Text Example
Text Example
White with #767B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767B6C; }
p { color: rgb(118,123,108); }
H1.HeaderClassName
{
color: #767B6C;
}
.AnyTagClassName
{
color: #767B6C;
}
</style>
background-color css
<style>
a { background-color: #767B6C; }
a { background-color: rgb(118,123,108); }
div.DivClassName
{
background-color: #767B6C;
}
.BgClassName
{
background-color: #767B6C;
}
</style>
border-color css
<style>
span { border-color: #767B6C; }
span { border-color: rgb(118,123,108); }
td.TdClassName
{
border-color: #767B6C;
}
.TagClassName
{
border-color: #767B6C;
}
</style>