Shades of Gunsmoke #838A74
Tints of Gunsmoke #838A74
RGB
CMYK
RGB Variations
Color information
#838A74 (or 0x838A74) is known color: Gunsmoke. HEX triplet: 83, 8A and 74. RGB value is (131,138,116). Sum of RGB (Red+Green+Blue) = 131+138+116=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 138 - color contains mainly: green. Hex color #838A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A74 is #7C758B. Grayscale: #858585. Windows color (decimal): -8156556 or 7637635. OLE color: 7637635.
HSL color Cylindrical-coordinate representation of color #838A74: hue angle of 79.09º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #838A74 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 138 | 116 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.46 |
| HSL | 79.09º | 0.09% | 0.5% | - |
| HSV(B) | 79.09º | 0.16% | 0.54% | - |
| XYZ | 21.6 | 24.26 | 20.07 | - |
| YUV | 133.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 116 | 0.05 | 0 | 0.16 | 0.46 | 79.09 | 0.09 | 0.5 |
| Hex | 83 | 8A | 74 | 5 | 0 | 10 | 2E | 4F | 9 | 32 |
| Octal | 203 | 212 | 164 | 5 | 0 | 20 | 56 | 117 | 11 | 62 |
| Binary | 10000011 | 10001010 | 1110100 | 101 | 0 | 10000 | 101110 | 1001111 | 1001 | 110010 |
Color Harmonies of #838A74
Complementary color
Monochromatic Colors of #838A74
Black with #838A74
Text Example
Text Example
White with #838A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838A74; }
p { color: rgb(131,138,116); }
H1.HeaderClassName
{
color: #838A74;
}
.AnyTagClassName
{
color: #838A74;
}
</style>
background-color css
<style>
a { background-color: #838A74; }
a { background-color: rgb(131,138,116); }
div.DivClassName
{
background-color: #838A74;
}
.BgClassName
{
background-color: #838A74;
}
</style>
border-color css
<style>
span { border-color: #838A74; }
span { border-color: rgb(131,138,116); }
td.TdClassName
{
border-color: #838A74;
}
.TagClassName
{
border-color: #838A74;
}
</style>