Shades of Gunsmoke #7B7D73
Tints of Gunsmoke #7B7D73
RGB
CMYK
RGB Variations
Color information
#7B7D73 (or 0x7B7D73) is known color: Gunsmoke. HEX triplet: 7B, 7D and 73. RGB value is (123,125,115). Sum of RGB (Red+Green+Blue) = 123+125+115=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 125 - color contains mainly: green. Hex color #7B7D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7D73 is #84828C. Grayscale: #7B7B7B. Windows color (decimal): -8684173 or 7568763. OLE color: 7568763.
HSL color Cylindrical-coordinate representation of color #7B7D73: hue angle of 72º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7B7D73 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 125 | 115 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.51 |
| HSL | 72º | 0.04% | 0.47% | - |
| HSV(B) | 72º | 0.08% | 0.49% | - |
| XYZ | 18.6 | 20.12 | 19.12 | - |
| YUV | 123.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 125 | 115 | 0.02 | 0 | 0.08 | 0.51 | 72 | 0.04 | 0.47 |
| Hex | 7B | 7D | 73 | 2 | 0 | 8 | 33 | 48 | 4 | 2F |
| Octal | 173 | 175 | 163 | 2 | 0 | 10 | 63 | 110 | 4 | 57 |
| Binary | 1111011 | 1111101 | 1110011 | 10 | 0 | 1000 | 110011 | 1001000 | 100 | 101111 |
Color Harmonies of #7B7D73
Complementary color
Monochromatic Colors of #7B7D73
Black with #7B7D73
Text Example
Text Example
White with #7B7D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7D73; }
p { color: rgb(123,125,115); }
H1.HeaderClassName
{
color: #7B7D73;
}
.AnyTagClassName
{
color: #7B7D73;
}
</style>
background-color css
<style>
a { background-color: #7B7D73; }
a { background-color: rgb(123,125,115); }
div.DivClassName
{
background-color: #7B7D73;
}
.BgClassName
{
background-color: #7B7D73;
}
</style>
border-color css
<style>
span { border-color: #7B7D73; }
span { border-color: rgb(123,125,115); }
td.TdClassName
{
border-color: #7B7D73;
}
.TagClassName
{
border-color: #7B7D73;
}
</style>