Shades of Gunsmoke #73776E
Tints of Gunsmoke #73776E
RGB
CMYK
RGB Variations
Color information
#73776E (or 0x73776E) is known color: Gunsmoke. HEX triplet: 73, 77 and 6E. RGB value is (115,119,110). Sum of RGB (Red+Green+Blue) = 115+119+110=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 119 - color contains mainly: green. Hex color #73776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73776E is #8C8891. Grayscale: #747474. Windows color (decimal): -9210002 or 7239539. OLE color: 7239539.
HSL color Cylindrical-coordinate representation of color #73776E: hue angle of 86.67º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #73776E is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 119 | 110 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.53 |
| HSL | 86.67º | 0.04% | 0.45% | - |
| HSV(B) | 86.67º | 0.08% | 0.47% | - |
| XYZ | 16.48 | 17.96 | 17.35 | - |
| YUV | 116.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 119 | 110 | 0.03 | 0 | 0.08 | 0.53 | 86.67 | 0.04 | 0.45 |
| Hex | 73 | 77 | 6E | 3 | 0 | 8 | 35 | 57 | 4 | 2D |
| Octal | 163 | 167 | 156 | 3 | 0 | 10 | 65 | 127 | 4 | 55 |
| Binary | 1110011 | 1110111 | 1101110 | 11 | 0 | 1000 | 110101 | 1010111 | 100 | 101101 |
Color Harmonies of #73776E
Complementary color
Monochromatic Colors of #73776E
Black with #73776E
Text Example
Text Example
White with #73776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73776E; }
p { color: rgb(115,119,110); }
H1.HeaderClassName
{
color: #73776E;
}
.AnyTagClassName
{
color: #73776E;
}
</style>
background-color css
<style>
a { background-color: #73776E; }
a { background-color: rgb(115,119,110); }
div.DivClassName
{
background-color: #73776E;
}
.BgClassName
{
background-color: #73776E;
}
</style>
border-color css
<style>
span { border-color: #73776E; }
span { border-color: rgb(115,119,110); }
td.TdClassName
{
border-color: #73776E;
}
.TagClassName
{
border-color: #73776E;
}
</style>