Shades of Gunsmoke #767A68
Tints of Gunsmoke #767A68
RGB
CMYK
RGB Variations
Color information
#767A68 (or 0x767A68) is known color: Gunsmoke. HEX triplet: 76, 7A and 68. RGB value is (118,122,104). Sum of RGB (Red+Green+Blue) = 118+122+104=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 122 - color contains mainly: green. Hex color #767A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767A68 is #898597. Grayscale: #767676. Windows color (decimal): -9012632 or 6847094. OLE color: 6847094.
HSL color Cylindrical-coordinate representation of color #767A68: hue angle of 73.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #767A68 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 122 | 104 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.52 |
| HSL | 73.33º | 0.08% | 0.44% | - |
| HSV(B) | 73.33º | 0.15% | 0.48% | - |
| XYZ | 16.93 | 18.77 | 15.83 | - |
| YUV | 118.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 104 | 0.03 | 0 | 0.15 | 0.52 | 73.33 | 0.08 | 0.44 |
| Hex | 76 | 7A | 68 | 3 | 0 | F | 34 | 49 | 8 | 2C |
| Octal | 166 | 172 | 150 | 3 | 0 | 17 | 64 | 111 | 10 | 54 |
| Binary | 1110110 | 1111010 | 1101000 | 11 | 0 | 1111 | 110100 | 1001001 | 1000 | 101100 |
Color Harmonies of #767A68
Complementary color
Monochromatic Colors of #767A68
Black with #767A68
Text Example
Text Example
White with #767A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767A68; }
p { color: rgb(118,122,104); }
H1.HeaderClassName
{
color: #767A68;
}
.AnyTagClassName
{
color: #767A68;
}
</style>
background-color css
<style>
a { background-color: #767A68; }
a { background-color: rgb(118,122,104); }
div.DivClassName
{
background-color: #767A68;
}
.BgClassName
{
background-color: #767A68;
}
</style>
border-color css
<style>
span { border-color: #767A68; }
span { border-color: rgb(118,122,104); }
td.TdClassName
{
border-color: #767A68;
}
.TagClassName
{
border-color: #767A68;
}
</style>