Shades of Gunsmoke #848A7C
Tints of Gunsmoke #848A7C
RGB
CMYK
RGB Variations
Color information
#848A7C (or 0x848A7C) is known color: Gunsmoke. HEX triplet: 84, 8A and 7C. RGB value is (132,138,124). Sum of RGB (Red+Green+Blue) = 132+138+124=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 138 - color contains mainly: green. Hex color #848A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848A7C is #7B7583. Grayscale: #868686. Windows color (decimal): -8091012 or 8161924. OLE color: 8161924.
HSL color Cylindrical-coordinate representation of color #848A7C: hue angle of 85.71º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #848A7C is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 138 | 124 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.46 |
| HSL | 85.71º | 0.06% | 0.51% | - |
| HSV(B) | 85.71º | 0.1% | 0.54% | - |
| XYZ | 22.24 | 24.54 | 22.63 | - |
| YUV | 134.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 138 | 124 | 0.04 | 0 | 0.10 | 0.46 | 85.71 | 0.06 | 0.51 |
| Hex | 84 | 8A | 7C | 4 | 0 | A | 2E | 56 | 6 | 33 |
| Octal | 204 | 212 | 174 | 4 | 0 | 12 | 56 | 126 | 6 | 63 |
| Binary | 10000100 | 10001010 | 1111100 | 100 | 0 | 1010 | 101110 | 1010110 | 110 | 110011 |
Color Harmonies of #848A7C
Complementary color
Monochromatic Colors of #848A7C
Black with #848A7C
Text Example
Text Example
White with #848A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848A7C; }
p { color: rgb(132,138,124); }
H1.HeaderClassName
{
color: #848A7C;
}
.AnyTagClassName
{
color: #848A7C;
}
</style>
background-color css
<style>
a { background-color: #848A7C; }
a { background-color: rgb(132,138,124); }
div.DivClassName
{
background-color: #848A7C;
}
.BgClassName
{
background-color: #848A7C;
}
</style>
border-color css
<style>
span { border-color: #848A7C; }
span { border-color: rgb(132,138,124); }
td.TdClassName
{
border-color: #848A7C;
}
.TagClassName
{
border-color: #848A7C;
}
</style>