Shades of Gunsmoke #767E65
Tints of Gunsmoke #767E65
RGB
CMYK
RGB Variations
Color information
#767E65 (or 0x767E65) is known color: Gunsmoke. HEX triplet: 76, 7E and 65. RGB value is (118,126,101). Sum of RGB (Red+Green+Blue) = 118+126+101=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 126 - color contains mainly: green. Hex color #767E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767E65 is #89819A. Grayscale: #787878. Windows color (decimal): -9011611 or 6651510. OLE color: 6651510.
HSL color Cylindrical-coordinate representation of color #767E65: hue angle of 79.2º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #767E65 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 126 | 101 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.51 |
| HSL | 79.2º | 0.11% | 0.45% | - |
| HSV(B) | 79.2º | 0.2% | 0.49% | - |
| XYZ | 17.28 | 19.71 | 15.21 | - |
| YUV | 120.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 101 | 0.06 | 0 | 0.20 | 0.51 | 79.2 | 0.11 | 0.45 |
| Hex | 76 | 7E | 65 | 6 | 0 | 14 | 33 | 4F | B | 2D |
| Octal | 166 | 176 | 145 | 6 | 0 | 24 | 63 | 117 | 13 | 55 |
| Binary | 1110110 | 1111110 | 1100101 | 110 | 0 | 10100 | 110011 | 1001111 | 1011 | 101101 |
Color Harmonies of #767E65
Complementary color
Monochromatic Colors of #767E65
Black with #767E65
Text Example
Text Example
White with #767E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767E65; }
p { color: rgb(118,126,101); }
H1.HeaderClassName
{
color: #767E65;
}
.AnyTagClassName
{
color: #767E65;
}
</style>
background-color css
<style>
a { background-color: #767E65; }
a { background-color: rgb(118,126,101); }
div.DivClassName
{
background-color: #767E65;
}
.BgClassName
{
background-color: #767E65;
}
</style>
border-color css
<style>
span { border-color: #767E65; }
span { border-color: rgb(118,126,101); }
td.TdClassName
{
border-color: #767E65;
}
.TagClassName
{
border-color: #767E65;
}
</style>