Shades of Gunsmoke #73776A
Tints of Gunsmoke #73776A
RGB
CMYK
RGB Variations
Color information
#73776A (or 0x73776A) is known color: Gunsmoke. HEX triplet: 73, 77 and 6A. RGB value is (115,119,106). Sum of RGB (Red+Green+Blue) = 115+119+106=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 119 - color contains mainly: green. Hex color #73776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73776A is #8C8895. Grayscale: #747474. Windows color (decimal): -9210006 or 6977395. OLE color: 6977395.
HSL color Cylindrical-coordinate representation of color #73776A: hue angle of 78.46º 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 #73776A is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 119 | 106 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.53 |
| HSL | 78.46º | 0.06% | 0.44% | - |
| HSV(B) | 78.46º | 0.11% | 0.47% | - |
| XYZ | 16.27 | 17.88 | 16.23 | - |
| YUV | 116.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 119 | 106 | 0.03 | 0 | 0.11 | 0.53 | 78.46 | 0.06 | 0.44 |
| Hex | 73 | 77 | 6A | 3 | 0 | B | 35 | 4E | 6 | 2C |
| Octal | 163 | 167 | 152 | 3 | 0 | 13 | 65 | 116 | 6 | 54 |
| Binary | 1110011 | 1110111 | 1101010 | 11 | 0 | 1011 | 110101 | 1001110 | 110 | 101100 |
Color Harmonies of #73776A
Complementary color
Monochromatic Colors of #73776A
Black with #73776A
Text Example
Text Example
White with #73776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73776A; }
p { color: rgb(115,119,106); }
H1.HeaderClassName
{
color: #73776A;
}
.AnyTagClassName
{
color: #73776A;
}
</style>
background-color css
<style>
a { background-color: #73776A; }
a { background-color: rgb(115,119,106); }
div.DivClassName
{
background-color: #73776A;
}
.BgClassName
{
background-color: #73776A;
}
</style>
border-color css
<style>
span { border-color: #73776A; }
span { border-color: rgb(115,119,106); }
td.TdClassName
{
border-color: #73776A;
}
.TagClassName
{
border-color: #73776A;
}
</style>