Shades of Gunsmoke #74776A
Tints of Gunsmoke #74776A
RGB
CMYK
RGB Variations
Color information
#74776A (or 0x74776A) is known color: Gunsmoke. HEX triplet: 74, 77 and 6A. RGB value is (116,119,106). Sum of RGB (Red+Green+Blue) = 116+119+106=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 119 - color contains mainly: green. Hex color #74776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74776A is #8B8895. Grayscale: #747474. Windows color (decimal): -9144470 or 6977396. OLE color: 6977396.
HSL color Cylindrical-coordinate representation of color #74776A: hue angle of 73.85º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #74776A is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 106 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.53 |
| HSL | 73.85º | 0.06% | 0.44% | - |
| HSV(B) | 73.85º | 0.11% | 0.47% | - |
| XYZ | 16.4 | 17.95 | 16.24 | - |
| YUV | 116.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 106 | 0.03 | 0 | 0.11 | 0.53 | 73.85 | 0.06 | 0.44 |
| Hex | 74 | 77 | 6A | 3 | 0 | B | 35 | 4A | 6 | 2C |
| Octal | 164 | 167 | 152 | 3 | 0 | 13 | 65 | 112 | 6 | 54 |
| Binary | 1110100 | 1110111 | 1101010 | 11 | 0 | 1011 | 110101 | 1001010 | 110 | 101100 |
Color Harmonies of #74776A
Complementary color
Monochromatic Colors of #74776A
Black with #74776A
Text Example
Text Example
White with #74776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74776A; }
p { color: rgb(116,119,106); }
H1.HeaderClassName
{
color: #74776A;
}
.AnyTagClassName
{
color: #74776A;
}
</style>
background-color css
<style>
a { background-color: #74776A; }
a { background-color: rgb(116,119,106); }
div.DivClassName
{
background-color: #74776A;
}
.BgClassName
{
background-color: #74776A;
}
</style>
border-color css
<style>
span { border-color: #74776A; }
span { border-color: rgb(116,119,106); }
td.TdClassName
{
border-color: #74776A;
}
.TagClassName
{
border-color: #74776A;
}
</style>