Shades of Stack #879189
Tints of Stack #879189
RGB
CMYK
RGB Variations
Color information
#879189 (or 0x879189) is known color: Stack. HEX triplet: 87, 91 and 89. RGB value is (135,145,137). Sum of RGB (Red+Green+Blue) = 135+145+137=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 145 - color contains mainly: green. Hex color #879189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879189 is #786E76. Grayscale: #8D8D8D. Windows color (decimal): -7892599 or 9015687. OLE color: 9015687.
HSL color Cylindrical-coordinate representation of color #879189: hue angle of 132º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #879189 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 145 | 137 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.43 |
| HSL | 132º | 0.04% | 0.55% | - |
| HSV(B) | 132º | 0.07% | 0.57% | - |
| XYZ | 24.63 | 27.21 | 27.62 | - |
| YUV | 141.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 145 | 137 | 0.07 | 0 | 0.06 | 0.43 | 132 | 0.04 | 0.55 |
| Hex | 87 | 91 | 89 | 7 | 0 | 6 | 2B | 84 | 4 | 37 |
| Octal | 207 | 221 | 211 | 7 | 0 | 6 | 53 | 204 | 4 | 67 |
| Binary | 10000111 | 10010001 | 10001001 | 111 | 0 | 110 | 101011 | 10000100 | 100 | 110111 |
Color Harmonies of #879189
Complementary color
Monochromatic Colors of #879189
Black with #879189
Text Example
Text Example
White with #879189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879189; }
p { color: rgb(135,145,137); }
H1.HeaderClassName
{
color: #879189;
}
.AnyTagClassName
{
color: #879189;
}
</style>
background-color css
<style>
a { background-color: #879189; }
a { background-color: rgb(135,145,137); }
div.DivClassName
{
background-color: #879189;
}
.BgClassName
{
background-color: #879189;
}
</style>
border-color css
<style>
span { border-color: #879189; }
span { border-color: rgb(135,145,137); }
td.TdClassName
{
border-color: #879189;
}
.TagClassName
{
border-color: #879189;
}
</style>