Shades of Gunsmoke #838A72
Tints of Gunsmoke #838A72
RGB
CMYK
RGB Variations
Color information
#838A72 (or 0x838A72) is known color: Gunsmoke. HEX triplet: 83, 8A and 72. RGB value is (131,138,114). Sum of RGB (Red+Green+Blue) = 131+138+114=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 138 - color contains mainly: green. Hex color #838A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A72 is #7C758D. Grayscale: #858585. Windows color (decimal): -8156558 or 7506563. OLE color: 7506563.
HSL color Cylindrical-coordinate representation of color #838A72: hue angle of 77.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #838A72 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 138 | 114 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.46 |
| HSL | 77.5º | 0.1% | 0.49% | - |
| HSV(B) | 77.5º | 0.17% | 0.54% | - |
| XYZ | 21.49 | 24.22 | 19.46 | - |
| YUV | 133.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 114 | 0.05 | 0 | 0.17 | 0.46 | 77.5 | 0.1 | 0.49 |
| Hex | 83 | 8A | 72 | 5 | 0 | 11 | 2E | 4E | A | 31 |
| Octal | 203 | 212 | 162 | 5 | 0 | 21 | 56 | 116 | 12 | 61 |
| Binary | 10000011 | 10001010 | 1110010 | 101 | 0 | 10001 | 101110 | 1001110 | 1010 | 110001 |
Color Harmonies of #838A72
Complementary color
Monochromatic Colors of #838A72
Black with #838A72
Text Example
Text Example
White with #838A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838A72; }
p { color: rgb(131,138,114); }
H1.HeaderClassName
{
color: #838A72;
}
.AnyTagClassName
{
color: #838A72;
}
</style>
background-color css
<style>
a { background-color: #838A72; }
a { background-color: rgb(131,138,114); }
div.DivClassName
{
background-color: #838A72;
}
.BgClassName
{
background-color: #838A72;
}
</style>
border-color css
<style>
span { border-color: #838A72; }
span { border-color: rgb(131,138,114); }
td.TdClassName
{
border-color: #838A72;
}
.TagClassName
{
border-color: #838A72;
}
</style>