Shades of Gunsmoke #7B836E
Tints of Gunsmoke #7B836E
RGB
CMYK
RGB Variations
Color information
#7B836E (or 0x7B836E) is known color: Gunsmoke. HEX triplet: 7B, 83 and 6E. RGB value is (123,131,110). Sum of RGB (Red+Green+Blue) = 123+131+110=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 131 - color contains mainly: green. Hex color #7B836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B836E is #847C91. Grayscale: #7E7E7E. Windows color (decimal): -8682642 or 7242619. OLE color: 7242619.
HSL color Cylindrical-coordinate representation of color #7B836E: hue angle of 82.86º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B836E is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 131 | 110 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.49 |
| HSL | 82.86º | 0.09% | 0.47% | - |
| HSV(B) | 82.86º | 0.16% | 0.51% | - |
| XYZ | 19.1 | 21.57 | 17.91 | - |
| YUV | 126.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 131 | 110 | 0.06 | 0 | 0.16 | 0.49 | 82.86 | 0.09 | 0.47 |
| Hex | 7B | 83 | 6E | 6 | 0 | 10 | 31 | 53 | 9 | 2F |
| Octal | 173 | 203 | 156 | 6 | 0 | 20 | 61 | 123 | 11 | 57 |
| Binary | 1111011 | 10000011 | 1101110 | 110 | 0 | 10000 | 110001 | 1010011 | 1001 | 101111 |
Color Harmonies of #7B836E
Complementary color
Monochromatic Colors of #7B836E
Black with #7B836E
Text Example
Text Example
White with #7B836E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B836E; }
p { color: rgb(123,131,110); }
H1.HeaderClassName
{
color: #7B836E;
}
.AnyTagClassName
{
color: #7B836E;
}
</style>
background-color css
<style>
a { background-color: #7B836E; }
a { background-color: rgb(123,131,110); }
div.DivClassName
{
background-color: #7B836E;
}
.BgClassName
{
background-color: #7B836E;
}
</style>
border-color css
<style>
span { border-color: #7B836E; }
span { border-color: rgb(123,131,110); }
td.TdClassName
{
border-color: #7B836E;
}
.TagClassName
{
border-color: #7B836E;
}
</style>