Shades of Gunsmoke #889178
Tints of Gunsmoke #889178
RGB
CMYK
RGB Variations
Color information
#889178 (or 0x889178) is known color: Gunsmoke. HEX triplet: 88, 91 and 78. RGB value is (136,145,120). Sum of RGB (Red+Green+Blue) = 136+145+120=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 145 - color contains mainly: green. Hex color #889178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889178 is #776E87. Grayscale: #8B8B8B. Windows color (decimal): -7827080 or 7901576. OLE color: 7901576.
HSL color Cylindrical-coordinate representation of color #889178: hue angle of 81.6º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #889178 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 145 | 120 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.43 |
| HSL | 81.6º | 0.1% | 0.52% | - |
| HSV(B) | 81.6º | 0.17% | 0.57% | - |
| XYZ | 23.67 | 26.84 | 21.7 | - |
| YUV | 139.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 120 | 0.06 | 0 | 0.17 | 0.43 | 81.6 | 0.1 | 0.52 |
| Hex | 88 | 91 | 78 | 6 | 0 | 11 | 2B | 52 | A | 34 |
| Octal | 210 | 221 | 170 | 6 | 0 | 21 | 53 | 122 | 12 | 64 |
| Binary | 10001000 | 10010001 | 1111000 | 110 | 0 | 10001 | 101011 | 1010010 | 1010 | 110100 |
Color Harmonies of #889178
Complementary color
Monochromatic Colors of #889178
Black with #889178
Text Example
Text Example
White with #889178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889178; }
p { color: rgb(136,145,120); }
H1.HeaderClassName
{
color: #889178;
}
.AnyTagClassName
{
color: #889178;
}
</style>
background-color css
<style>
a { background-color: #889178; }
a { background-color: rgb(136,145,120); }
div.DivClassName
{
background-color: #889178;
}
.BgClassName
{
background-color: #889178;
}
</style>
border-color css
<style>
span { border-color: #889178; }
span { border-color: rgb(136,145,120); }
td.TdClassName
{
border-color: #889178;
}
.TagClassName
{
border-color: #889178;
}
</style>