Shades of Stack #879785
Tints of Stack #879785
RGB
CMYK
RGB Variations
Color information
#879785 (or 0x879785) is known color: Stack. HEX triplet: 87, 97 and 85. RGB value is (135,151,133). Sum of RGB (Red+Green+Blue) = 135+151+133=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 151 - color contains mainly: green. Hex color #879785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879785 is #78687A. Grayscale: #909090. Windows color (decimal): -7891067 or 8755079. OLE color: 8755079.
HSL color Cylindrical-coordinate representation of color #879785: hue angle of 113.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #879785 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 151 | 133 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.41 |
| HSL | 113.33º | 0.08% | 0.56% | - |
| HSV(B) | 113.33º | 0.12% | 0.59% | - |
| XYZ | 25.29 | 28.98 | 26.45 | - |
| YUV | 144.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 151 | 133 | 0.11 | 0 | 0.12 | 0.41 | 113.33 | 0.08 | 0.56 |
| Hex | 87 | 97 | 85 | B | 0 | C | 29 | 71 | 8 | 38 |
| Octal | 207 | 227 | 205 | 13 | 0 | 14 | 51 | 161 | 10 | 70 |
| Binary | 10000111 | 10010111 | 10000101 | 1011 | 0 | 1100 | 101001 | 1110001 | 1000 | 111000 |
Color Harmonies of #879785
Complementary color
Monochromatic Colors of #879785
Black with #879785
Text Example
Text Example
White with #879785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879785; }
p { color: rgb(135,151,133); }
H1.HeaderClassName
{
color: #879785;
}
.AnyTagClassName
{
color: #879785;
}
</style>
background-color css
<style>
a { background-color: #879785; }
a { background-color: rgb(135,151,133); }
div.DivClassName
{
background-color: #879785;
}
.BgClassName
{
background-color: #879785;
}
</style>
border-color css
<style>
span { border-color: #879785; }
span { border-color: rgb(135,151,133); }
td.TdClassName
{
border-color: #879785;
}
.TagClassName
{
border-color: #879785;
}
</style>