Shades of Stack #879186
Tints of Stack #879186
RGB
CMYK
RGB Variations
Color information
#879186 (or 0x879186) is known color: Stack. HEX triplet: 87, 91 and 86. RGB value is (135,145,134). Sum of RGB (Red+Green+Blue) = 135+145+134=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 145 - color contains mainly: green. Hex color #879186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879186 is #786E79. Grayscale: #8C8C8C. Windows color (decimal): -7892602 or 8819079. OLE color: 8819079.
HSL color Cylindrical-coordinate representation of color #879186: hue angle of 114.55º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #879186 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 145 | 134 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.43 |
| HSL | 114.55º | 0.05% | 0.55% | - |
| HSV(B) | 114.55º | 0.08% | 0.57% | - |
| XYZ | 24.42 | 27.12 | 26.5 | - |
| YUV | 140.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 145 | 134 | 0.07 | 0 | 0.08 | 0.43 | 114.55 | 0.05 | 0.55 |
| Hex | 87 | 91 | 86 | 7 | 0 | 8 | 2B | 73 | 5 | 37 |
| Octal | 207 | 221 | 206 | 7 | 0 | 10 | 53 | 163 | 5 | 67 |
| Binary | 10000111 | 10010001 | 10000110 | 111 | 0 | 1000 | 101011 | 1110011 | 101 | 110111 |
Color Harmonies of #879186
Complementary color
Monochromatic Colors of #879186
Black with #879186
Text Example
Text Example
White with #879186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879186; }
p { color: rgb(135,145,134); }
H1.HeaderClassName
{
color: #879186;
}
.AnyTagClassName
{
color: #879186;
}
</style>
background-color css
<style>
a { background-color: #879186; }
a { background-color: rgb(135,145,134); }
div.DivClassName
{
background-color: #879186;
}
.BgClassName
{
background-color: #879186;
}
</style>
border-color css
<style>
span { border-color: #879186; }
span { border-color: rgb(135,145,134); }
td.TdClassName
{
border-color: #879186;
}
.TagClassName
{
border-color: #879186;
}
</style>