Shades of Gunsmoke #889077
Tints of Gunsmoke #889077
RGB
CMYK
RGB Variations
Color information
#889077 (or 0x889077) is known color: Gunsmoke. HEX triplet: 88, 90 and 77. RGB value is (136,144,119). Sum of RGB (Red+Green+Blue) = 136+144+119=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 144 - color contains mainly: green. Hex color #889077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889077 is #776F88. Grayscale: #8A8A8A. Windows color (decimal): -7827337 or 7835784. OLE color: 7835784.
HSL color Cylindrical-coordinate representation of color #889077: hue angle of 79.2º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #889077 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 144 | 119 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.44 |
| HSL | 79.2º | 0.1% | 0.52% | - |
| HSV(B) | 79.2º | 0.17% | 0.56% | - |
| XYZ | 23.46 | 26.51 | 21.33 | - |
| YUV | 138.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 119 | 0.06 | 0 | 0.17 | 0.44 | 79.2 | 0.1 | 0.52 |
| Hex | 88 | 90 | 77 | 6 | 0 | 11 | 2C | 4F | A | 34 |
| Octal | 210 | 220 | 167 | 6 | 0 | 21 | 54 | 117 | 12 | 64 |
| Binary | 10001000 | 10010000 | 1110111 | 110 | 0 | 10001 | 101100 | 1001111 | 1010 | 110100 |
Color Harmonies of #889077
Complementary color
Monochromatic Colors of #889077
Black with #889077
Text Example
Text Example
White with #889077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889077; }
p { color: rgb(136,144,119); }
H1.HeaderClassName
{
color: #889077;
}
.AnyTagClassName
{
color: #889077;
}
</style>
background-color css
<style>
a { background-color: #889077; }
a { background-color: rgb(136,144,119); }
div.DivClassName
{
background-color: #889077;
}
.BgClassName
{
background-color: #889077;
}
</style>
border-color css
<style>
span { border-color: #889077; }
span { border-color: rgb(136,144,119); }
td.TdClassName
{
border-color: #889077;
}
.TagClassName
{
border-color: #889077;
}
</style>