Shades of Gunsmoke #73786A
Tints of Gunsmoke #73786A
RGB
CMYK
RGB Variations
Color information
#73786A (or 0x73786A) is known color: Gunsmoke. HEX triplet: 73, 78 and 6A. RGB value is (115,120,106). Sum of RGB (Red+Green+Blue) = 115+120+106=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 120 - color contains mainly: green. Hex color #73786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73786A is #8C8795. Grayscale: #747474. Windows color (decimal): -9209750 or 6977651. OLE color: 6977651.
HSL color Cylindrical-coordinate representation of color #73786A: hue angle of 81.43º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #73786A is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 120 | 106 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.53 |
| HSL | 81.43º | 0.06% | 0.44% | - |
| HSV(B) | 81.43º | 0.12% | 0.47% | - |
| XYZ | 16.39 | 18.12 | 16.27 | - |
| YUV | 116.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 106 | 0.04 | 0 | 0.12 | 0.53 | 81.43 | 0.06 | 0.44 |
| Hex | 73 | 78 | 6A | 4 | 0 | C | 35 | 51 | 6 | 2C |
| Octal | 163 | 170 | 152 | 4 | 0 | 14 | 65 | 121 | 6 | 54 |
| Binary | 1110011 | 1111000 | 1101010 | 100 | 0 | 1100 | 110101 | 1010001 | 110 | 101100 |
Color Harmonies of #73786A
Complementary color
Monochromatic Colors of #73786A
Black with #73786A
Text Example
Text Example
White with #73786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73786A; }
p { color: rgb(115,120,106); }
H1.HeaderClassName
{
color: #73786A;
}
.AnyTagClassName
{
color: #73786A;
}
</style>
background-color css
<style>
a { background-color: #73786A; }
a { background-color: rgb(115,120,106); }
div.DivClassName
{
background-color: #73786A;
}
.BgClassName
{
background-color: #73786A;
}
</style>
border-color css
<style>
span { border-color: #73786A; }
span { border-color: rgb(115,120,106); }
td.TdClassName
{
border-color: #73786A;
}
.TagClassName
{
border-color: #73786A;
}
</style>