Shades of Stack #868C87
Tints of Stack #868C87
RGB
CMYK
RGB Variations
Color information
#868C87 (or 0x868C87) is known color: Stack. HEX triplet: 86, 8C and 87. RGB value is (134,140,135). Sum of RGB (Red+Green+Blue) = 134+140+135=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 140 - color contains mainly: green. Hex color #868C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868C87 is #797378. Grayscale: #898989. Windows color (decimal): -7959417 or 8883334. OLE color: 8883334.
HSL color Cylindrical-coordinate representation of color #868C87: hue angle of 130º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #868C87 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 140 | 135 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.45 |
| HSL | 130º | 0.03% | 0.54% | - |
| HSV(B) | 130º | 0.04% | 0.55% | - |
| XYZ | 23.58 | 25.57 | 26.61 | - |
| YUV | 137.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 135 | 0.04 | 0 | 0.04 | 0.45 | 130 | 0.03 | 0.54 |
| Hex | 86 | 8C | 87 | 4 | 0 | 4 | 2D | 82 | 3 | 36 |
| Octal | 206 | 214 | 207 | 4 | 0 | 4 | 55 | 202 | 3 | 66 |
| Binary | 10000110 | 10001100 | 10000111 | 100 | 0 | 100 | 101101 | 10000010 | 11 | 110110 |
Color Harmonies of #868C87
Complementary color
Monochromatic Colors of #868C87
Black with #868C87
Text Example
Text Example
White with #868C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868C87; }
p { color: rgb(134,140,135); }
H1.HeaderClassName
{
color: #868C87;
}
.AnyTagClassName
{
color: #868C87;
}
</style>
background-color css
<style>
a { background-color: #868C87; }
a { background-color: rgb(134,140,135); }
div.DivClassName
{
background-color: #868C87;
}
.BgClassName
{
background-color: #868C87;
}
</style>
border-color css
<style>
span { border-color: #868C87; }
span { border-color: rgb(134,140,135); }
td.TdClassName
{
border-color: #868C87;
}
.TagClassName
{
border-color: #868C87;
}
</style>