Shades of Gunsmoke #74766E
Tints of Gunsmoke #74766E
RGB
CMYK
RGB Variations
Color information
#74766E (or 0x74766E) is known color: Gunsmoke. HEX triplet: 74, 76 and 6E. RGB value is (116,118,110). Sum of RGB (Red+Green+Blue) = 116+118+110=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 118 - color contains mainly: green. Hex color #74766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74766E is #8B8991. Grayscale: #747474. Windows color (decimal): -9144722 or 7239284. OLE color: 7239284.
HSL color Cylindrical-coordinate representation of color #74766E: hue angle of 75º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #74766E is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 110 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.54 |
| HSL | 75º | 0.04% | 0.45% | - |
| HSV(B) | 75º | 0.07% | 0.46% | - |
| XYZ | 16.5 | 17.8 | 17.32 | - |
| YUV | 116.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 110 | 0.02 | 0 | 0.07 | 0.54 | 75 | 0.04 | 0.45 |
| Hex | 74 | 76 | 6E | 2 | 0 | 7 | 36 | 4B | 4 | 2D |
| Octal | 164 | 166 | 156 | 2 | 0 | 7 | 66 | 113 | 4 | 55 |
| Binary | 1110100 | 1110110 | 1101110 | 10 | 0 | 111 | 110110 | 1001011 | 100 | 101101 |
Color Harmonies of #74766E
Complementary color
Monochromatic Colors of #74766E
Black with #74766E
Text Example
Text Example
White with #74766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74766E; }
p { color: rgb(116,118,110); }
H1.HeaderClassName
{
color: #74766E;
}
.AnyTagClassName
{
color: #74766E;
}
</style>
background-color css
<style>
a { background-color: #74766E; }
a { background-color: rgb(116,118,110); }
div.DivClassName
{
background-color: #74766E;
}
.BgClassName
{
background-color: #74766E;
}
</style>
border-color css
<style>
span { border-color: #74766E; }
span { border-color: rgb(116,118,110); }
td.TdClassName
{
border-color: #74766E;
}
.TagClassName
{
border-color: #74766E;
}
</style>