Shades of Gunsmoke #767B68
Tints of Gunsmoke #767B68
RGB
CMYK
RGB Variations
Color information
#767B68 (or 0x767B68) is known color: Gunsmoke. HEX triplet: 76, 7B and 68. RGB value is (118,123,104). Sum of RGB (Red+Green+Blue) = 118+123+104=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 123 - color contains mainly: green. Hex color #767B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B68 is #898497. Grayscale: #777777. Windows color (decimal): -9012376 or 6847350. OLE color: 6847350.
HSL color Cylindrical-coordinate representation of color #767B68: hue angle of 75.79º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #767B68 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 123 | 104 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.52 |
| HSL | 75.79º | 0.08% | 0.45% | - |
| HSV(B) | 75.79º | 0.15% | 0.48% | - |
| XYZ | 17.05 | 19.02 | 15.87 | - |
| YUV | 119.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 104 | 0.04 | 0 | 0.15 | 0.52 | 75.79 | 0.08 | 0.45 |
| Hex | 76 | 7B | 68 | 4 | 0 | F | 34 | 4C | 8 | 2D |
| Octal | 166 | 173 | 150 | 4 | 0 | 17 | 64 | 114 | 10 | 55 |
| Binary | 1110110 | 1111011 | 1101000 | 100 | 0 | 1111 | 110100 | 1001100 | 1000 | 101101 |
Color Harmonies of #767B68
Complementary color
Monochromatic Colors of #767B68
Black with #767B68
Text Example
Text Example
White with #767B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767B68; }
p { color: rgb(118,123,104); }
H1.HeaderClassName
{
color: #767B68;
}
.AnyTagClassName
{
color: #767B68;
}
</style>
background-color css
<style>
a { background-color: #767B68; }
a { background-color: rgb(118,123,104); }
div.DivClassName
{
background-color: #767B68;
}
.BgClassName
{
background-color: #767B68;
}
</style>
border-color css
<style>
span { border-color: #767B68; }
span { border-color: rgb(118,123,104); }
td.TdClassName
{
border-color: #767B68;
}
.TagClassName
{
border-color: #767B68;
}
</style>