Shades of Gunsmoke #72766B
Tints of Gunsmoke #72766B
RGB
CMYK
RGB Variations
Color information
#72766B (or 0x72766B) is known color: Gunsmoke. HEX triplet: 72, 76 and 6B. RGB value is (114,118,107). Sum of RGB (Red+Green+Blue) = 114+118+107=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 118 - color contains mainly: green. Hex color #72766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72766B is #8D8994. Grayscale: #737373. Windows color (decimal): -9275797 or 7042674. OLE color: 7042674.
HSL color Cylindrical-coordinate representation of color #72766B: hue angle of 81.82º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #72766B is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 118 | 107 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.54 |
| HSL | 81.82º | 0.05% | 0.44% | - |
| HSV(B) | 81.82º | 0.09% | 0.46% | - |
| XYZ | 16.07 | 17.6 | 16.46 | - |
| YUV | 115.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 118 | 107 | 0.03 | 0 | 0.09 | 0.54 | 81.82 | 0.05 | 0.44 |
| Hex | 72 | 76 | 6B | 3 | 0 | 9 | 36 | 52 | 5 | 2C |
| Octal | 162 | 166 | 153 | 3 | 0 | 11 | 66 | 122 | 5 | 54 |
| Binary | 1110010 | 1110110 | 1101011 | 11 | 0 | 1001 | 110110 | 1010010 | 101 | 101100 |
Color Harmonies of #72766B
Complementary color
Monochromatic Colors of #72766B
Black with #72766B
Text Example
Text Example
White with #72766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72766B; }
p { color: rgb(114,118,107); }
H1.HeaderClassName
{
color: #72766B;
}
.AnyTagClassName
{
color: #72766B;
}
</style>
background-color css
<style>
a { background-color: #72766B; }
a { background-color: rgb(114,118,107); }
div.DivClassName
{
background-color: #72766B;
}
.BgClassName
{
background-color: #72766B;
}
</style>
border-color css
<style>
span { border-color: #72766B; }
span { border-color: rgb(114,118,107); }
td.TdClassName
{
border-color: #72766B;
}
.TagClassName
{
border-color: #72766B;
}
</style>