Shades of Stack #879985
Tints of Stack #879985
RGB
CMYK
RGB Variations
Color information
#879985 (or 0x879985) is known color: Stack. HEX triplet: 87, 99 and 85. RGB value is (135,153,133). Sum of RGB (Red+Green+Blue) = 135+153+133=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 153 - color contains mainly: green. Hex color #879985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879985 is #78667A. Grayscale: #919191. Windows color (decimal): -7890555 or 8755591. OLE color: 8755591.
HSL color Cylindrical-coordinate representation of color #879985: hue angle of 114º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #879985 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 153 | 133 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.4 |
| HSL | 114º | 0.09% | 0.56% | - |
| HSV(B) | 114º | 0.13% | 0.6% | - |
| XYZ | 25.62 | 29.63 | 26.56 | - |
| YUV | 145.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 133 | 0.12 | 0 | 0.13 | 0.4 | 114 | 0.09 | 0.56 |
| Hex | 87 | 99 | 85 | C | 0 | D | 28 | 72 | 9 | 38 |
| Octal | 207 | 231 | 205 | 14 | 0 | 15 | 50 | 162 | 11 | 70 |
| Binary | 10000111 | 10011001 | 10000101 | 1100 | 0 | 1101 | 101000 | 1110010 | 1001 | 111000 |
Color Harmonies of #879985
Complementary color
Monochromatic Colors of #879985
Black with #879985
Text Example
Text Example
White with #879985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879985; }
p { color: rgb(135,153,133); }
H1.HeaderClassName
{
color: #879985;
}
.AnyTagClassName
{
color: #879985;
}
</style>
background-color css
<style>
a { background-color: #879985; }
a { background-color: rgb(135,153,133); }
div.DivClassName
{
background-color: #879985;
}
.BgClassName
{
background-color: #879985;
}
</style>
border-color css
<style>
span { border-color: #879985; }
span { border-color: rgb(135,153,133); }
td.TdClassName
{
border-color: #879985;
}
.TagClassName
{
border-color: #879985;
}
</style>