Shades of Gunsmoke #73776C
Tints of Gunsmoke #73776C
RGB
CMYK
RGB Variations
Color information
#73776C (or 0x73776C) is known color: Gunsmoke. HEX triplet: 73, 77 and 6C. RGB value is (115,119,108). Sum of RGB (Red+Green+Blue) = 115+119+108=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 119 - color contains mainly: green. Hex color #73776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73776C is #8C8893. Grayscale: #747474. Windows color (decimal): -9210004 or 7108467. OLE color: 7108467.
HSL color Cylindrical-coordinate representation of color #73776C: hue angle of 81.82º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #73776C is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 119 | 108 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.53 |
| HSL | 81.82º | 0.05% | 0.45% | - |
| HSV(B) | 81.82º | 0.09% | 0.47% | - |
| XYZ | 16.37 | 17.92 | 16.78 | - |
| YUV | 116.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 119 | 108 | 0.03 | 0 | 0.09 | 0.53 | 81.82 | 0.05 | 0.45 |
| Hex | 73 | 77 | 6C | 3 | 0 | 9 | 35 | 52 | 5 | 2D |
| Octal | 163 | 167 | 154 | 3 | 0 | 11 | 65 | 122 | 5 | 55 |
| Binary | 1110011 | 1110111 | 1101100 | 11 | 0 | 1001 | 110101 | 1010010 | 101 | 101101 |
Color Harmonies of #73776C
Complementary color
Monochromatic Colors of #73776C
Black with #73776C
Text Example
Text Example
White with #73776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73776C; }
p { color: rgb(115,119,108); }
H1.HeaderClassName
{
color: #73776C;
}
.AnyTagClassName
{
color: #73776C;
}
</style>
background-color css
<style>
a { background-color: #73776C; }
a { background-color: rgb(115,119,108); }
div.DivClassName
{
background-color: #73776C;
}
.BgClassName
{
background-color: #73776C;
}
</style>
border-color css
<style>
span { border-color: #73776C; }
span { border-color: rgb(115,119,108); }
td.TdClassName
{
border-color: #73776C;
}
.TagClassName
{
border-color: #73776C;
}
</style>