Shades of Gunsmoke #838A78
Tints of Gunsmoke #838A78
RGB
CMYK
RGB Variations
Color information
#838A78 (or 0x838A78) is known color: Gunsmoke. HEX triplet: 83, 8A and 78. RGB value is (131,138,120). Sum of RGB (Red+Green+Blue) = 131+138+120=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 138 - color contains mainly: green. Hex color #838A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A78 is #7C7587. Grayscale: #858585. Windows color (decimal): -8156552 or 7899779. OLE color: 7899779.
HSL color Cylindrical-coordinate representation of color #838A78: hue angle of 83.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #838A78 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 138 | 120 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.46 |
| HSL | 83.33º | 0.07% | 0.51% | - |
| HSV(B) | 83.33º | 0.13% | 0.54% | - |
| XYZ | 21.84 | 24.36 | 21.32 | - |
| YUV | 133.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 120 | 0.05 | 0 | 0.13 | 0.46 | 83.33 | 0.07 | 0.51 |
| Hex | 83 | 8A | 78 | 5 | 0 | D | 2E | 53 | 7 | 33 |
| Octal | 203 | 212 | 170 | 5 | 0 | 15 | 56 | 123 | 7 | 63 |
| Binary | 10000011 | 10001010 | 1111000 | 101 | 0 | 1101 | 101110 | 1010011 | 111 | 110011 |
Color Harmonies of #838A78
Complementary color
Monochromatic Colors of #838A78
Black with #838A78
Text Example
Text Example
White with #838A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838A78; }
p { color: rgb(131,138,120); }
H1.HeaderClassName
{
color: #838A78;
}
.AnyTagClassName
{
color: #838A78;
}
</style>
background-color css
<style>
a { background-color: #838A78; }
a { background-color: rgb(131,138,120); }
div.DivClassName
{
background-color: #838A78;
}
.BgClassName
{
background-color: #838A78;
}
</style>
border-color css
<style>
span { border-color: #838A78; }
span { border-color: rgb(131,138,120); }
td.TdClassName
{
border-color: #838A78;
}
.TagClassName
{
border-color: #838A78;
}
</style>