Shades of Gunsmoke #767A6A
Tints of Gunsmoke #767A6A
RGB
CMYK
RGB Variations
Color information
#767A6A (or 0x767A6A) is known color: Gunsmoke. HEX triplet: 76, 7A and 6A. RGB value is (118,122,106). Sum of RGB (Red+Green+Blue) = 118+122+106=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 122 - color contains mainly: green. Hex color #767A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767A6A is #898595. Grayscale: #777777. Windows color (decimal): -9012630 or 6978166. OLE color: 6978166.
HSL color Cylindrical-coordinate representation of color #767A6A: hue angle of 75º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #767A6A is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 122 | 106 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.52 |
| HSL | 75º | 0.07% | 0.45% | - |
| HSV(B) | 75º | 0.13% | 0.48% | - |
| XYZ | 17.03 | 18.81 | 16.37 | - |
| YUV | 118.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 106 | 0.03 | 0 | 0.13 | 0.52 | 75 | 0.07 | 0.45 |
| Hex | 76 | 7A | 6A | 3 | 0 | D | 34 | 4B | 7 | 2D |
| Octal | 166 | 172 | 152 | 3 | 0 | 15 | 64 | 113 | 7 | 55 |
| Binary | 1110110 | 1111010 | 1101010 | 11 | 0 | 1101 | 110100 | 1001011 | 111 | 101101 |
Color Harmonies of #767A6A
Complementary color
Monochromatic Colors of #767A6A
Black with #767A6A
Text Example
Text Example
White with #767A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767A6A; }
p { color: rgb(118,122,106); }
H1.HeaderClassName
{
color: #767A6A;
}
.AnyTagClassName
{
color: #767A6A;
}
</style>
background-color css
<style>
a { background-color: #767A6A; }
a { background-color: rgb(118,122,106); }
div.DivClassName
{
background-color: #767A6A;
}
.BgClassName
{
background-color: #767A6A;
}
</style>
border-color css
<style>
span { border-color: #767A6A; }
span { border-color: rgb(118,122,106); }
td.TdClassName
{
border-color: #767A6A;
}
.TagClassName
{
border-color: #767A6A;
}
</style>