Shades of Gunsmoke #7B8172
Tints of Gunsmoke #7B8172
RGB
CMYK
RGB Variations
Color information
#7B8172 (or 0x7B8172) is known color: Gunsmoke. HEX triplet: 7B, 81 and 72. RGB value is (123,129,114). Sum of RGB (Red+Green+Blue) = 123+129+114=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 129 - color contains mainly: green. Hex color #7B8172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8172 is #847E8D. Grayscale: #7D7D7D. Windows color (decimal): -8683150 or 7504251. OLE color: 7504251.
HSL color Cylindrical-coordinate representation of color #7B8172: hue angle of 84º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7B8172 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 129 | 114 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.49 |
| HSL | 84º | 0.06% | 0.48% | - |
| HSV(B) | 84º | 0.12% | 0.51% | - |
| XYZ | 19.06 | 21.13 | 18.99 | - |
| YUV | 125.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 129 | 114 | 0.05 | 0 | 0.12 | 0.49 | 84 | 0.06 | 0.48 |
| Hex | 7B | 81 | 72 | 5 | 0 | C | 31 | 54 | 6 | 30 |
| Octal | 173 | 201 | 162 | 5 | 0 | 14 | 61 | 124 | 6 | 60 |
| Binary | 1111011 | 10000001 | 1110010 | 101 | 0 | 1100 | 110001 | 1010100 | 110 | 110000 |
Color Harmonies of #7B8172
Complementary color
Monochromatic Colors of #7B8172
Black with #7B8172
Text Example
Text Example
White with #7B8172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8172; }
p { color: rgb(123,129,114); }
H1.HeaderClassName
{
color: #7B8172;
}
.AnyTagClassName
{
color: #7B8172;
}
</style>
background-color css
<style>
a { background-color: #7B8172; }
a { background-color: rgb(123,129,114); }
div.DivClassName
{
background-color: #7B8172;
}
.BgClassName
{
background-color: #7B8172;
}
</style>
border-color css
<style>
span { border-color: #7B8172; }
span { border-color: rgb(123,129,114); }
td.TdClassName
{
border-color: #7B8172;
}
.TagClassName
{
border-color: #7B8172;
}
</style>