Shades of Gunsmoke #73766B
Tints of Gunsmoke #73766B
RGB
CMYK
RGB Variations
Color information
#73766B (or 0x73766B) is known color: Gunsmoke. HEX triplet: 73, 76 and 6B. RGB value is (115,118,107). Sum of RGB (Red+Green+Blue) = 115+118+107=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 118 - color contains mainly: green. Hex color #73766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73766B is #8C8994. Grayscale: #737373. Windows color (decimal): -9210261 or 7042675. OLE color: 7042675.
HSL color Cylindrical-coordinate representation of color #73766B: hue angle of 76.36º 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 #73766B is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 118 | 107 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.54 |
| HSL | 76.36º | 0.05% | 0.44% | - |
| HSV(B) | 76.36º | 0.09% | 0.46% | - |
| XYZ | 16.2 | 17.66 | 16.47 | - |
| YUV | 115.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 107 | 0.03 | 0 | 0.09 | 0.54 | 76.36 | 0.05 | 0.44 |
| Hex | 73 | 76 | 6B | 3 | 0 | 9 | 36 | 4C | 5 | 2C |
| Octal | 163 | 166 | 153 | 3 | 0 | 11 | 66 | 114 | 5 | 54 |
| Binary | 1110011 | 1110110 | 1101011 | 11 | 0 | 1001 | 110110 | 1001100 | 101 | 101100 |
Color Harmonies of #73766B
Complementary color
Monochromatic Colors of #73766B
Black with #73766B
Text Example
Text Example
White with #73766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73766B; }
p { color: rgb(115,118,107); }
H1.HeaderClassName
{
color: #73766B;
}
.AnyTagClassName
{
color: #73766B;
}
</style>
background-color css
<style>
a { background-color: #73766B; }
a { background-color: rgb(115,118,107); }
div.DivClassName
{
background-color: #73766B;
}
.BgClassName
{
background-color: #73766B;
}
</style>
border-color css
<style>
span { border-color: #73766B; }
span { border-color: rgb(115,118,107); }
td.TdClassName
{
border-color: #73766B;
}
.TagClassName
{
border-color: #73766B;
}
</style>