Shades of Gunsmoke #72766D
Tints of Gunsmoke #72766D
RGB
CMYK
RGB Variations
Color information
#72766D (or 0x72766D) is known color: Gunsmoke. HEX triplet: 72, 76 and 6D. RGB value is (114,118,109). Sum of RGB (Red+Green+Blue) = 114+118+109=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 118 - color contains mainly: green. Hex color #72766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72766D is #8D8992. Grayscale: #737373. Windows color (decimal): -9275795 or 7173746. OLE color: 7173746.
HSL color Cylindrical-coordinate representation of color #72766D: hue angle of 86.67º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #72766D is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 118 | 109 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.54 |
| HSL | 86.67º | 0.04% | 0.45% | - |
| HSV(B) | 86.67º | 0.08% | 0.46% | - |
| XYZ | 16.18 | 17.64 | 17.02 | - |
| YUV | 115.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 118 | 109 | 0.03 | 0 | 0.08 | 0.54 | 86.67 | 0.04 | 0.45 |
| Hex | 72 | 76 | 6D | 3 | 0 | 8 | 36 | 57 | 4 | 2D |
| Octal | 162 | 166 | 155 | 3 | 0 | 10 | 66 | 127 | 4 | 55 |
| Binary | 1110010 | 1110110 | 1101101 | 11 | 0 | 1000 | 110110 | 1010111 | 100 | 101101 |
Color Harmonies of #72766D
Complementary color
Monochromatic Colors of #72766D
Black with #72766D
Text Example
Text Example
White with #72766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72766D; }
p { color: rgb(114,118,109); }
H1.HeaderClassName
{
color: #72766D;
}
.AnyTagClassName
{
color: #72766D;
}
</style>
background-color css
<style>
a { background-color: #72766D; }
a { background-color: rgb(114,118,109); }
div.DivClassName
{
background-color: #72766D;
}
.BgClassName
{
background-color: #72766D;
}
</style>
border-color css
<style>
span { border-color: #72766D; }
span { border-color: rgb(114,118,109); }
td.TdClassName
{
border-color: #72766D;
}
.TagClassName
{
border-color: #72766D;
}
</style>