Shades of Stack #889388
Tints of Stack #889388
RGB
CMYK
RGB Variations
Color information
#889388 (or 0x889388) is known color: Stack. HEX triplet: 88, 93 and 88. RGB value is (136,147,136). Sum of RGB (Red+Green+Blue) = 136+147+136=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 147 - color contains mainly: green. Hex color #889388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889388 is #776C77. Grayscale: #8E8E8E. Windows color (decimal): -7826552 or 8950664. OLE color: 8950664.
HSL color Cylindrical-coordinate representation of color #889388: hue angle of 120º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #889388 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 147 | 136 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.42 |
| HSL | 120º | 0.05% | 0.55% | - |
| HSV(B) | 120º | 0.07% | 0.58% | - |
| XYZ | 25.03 | 27.88 | 27.35 | - |
| YUV | 142.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 147 | 136 | 0.07 | 0 | 0.07 | 0.42 | 120 | 0.05 | 0.55 |
| Hex | 88 | 93 | 88 | 7 | 0 | 7 | 2A | 78 | 5 | 37 |
| Octal | 210 | 223 | 210 | 7 | 0 | 7 | 52 | 170 | 5 | 67 |
| Binary | 10001000 | 10010011 | 10001000 | 111 | 0 | 111 | 101010 | 1111000 | 101 | 110111 |
Color Harmonies of #889388
Complementary color
Monochromatic Colors of #889388
Black with #889388
Text Example
Text Example
White with #889388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889388; }
p { color: rgb(136,147,136); }
H1.HeaderClassName
{
color: #889388;
}
.AnyTagClassName
{
color: #889388;
}
</style>
background-color css
<style>
a { background-color: #889388; }
a { background-color: rgb(136,147,136); }
div.DivClassName
{
background-color: #889388;
}
.BgClassName
{
background-color: #889388;
}
</style>
border-color css
<style>
span { border-color: #889388; }
span { border-color: rgb(136,147,136); }
td.TdClassName
{
border-color: #889388;
}
.TagClassName
{
border-color: #889388;
}
</style>